forked from tdwojak/Python2017
4 lines
51 B
Python
4 lines
51 B
Python
print(id([3,5]))
|
|
print(id('kot'))
|
|
print(id((1/3)))
|