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