1
0
Fork 0
Python2017/labs03/task01

5 lines
61 B
Plaintext

print(id(2))
print(id("Ala ma kotA"))
print(id([1, 3, 11]))