1
0
forked from tdwojak/Python2017
Python2017/labs03/task01

5 lines
61 B
Plaintext
Raw Permalink Normal View History

2017-12-02 15:46:33 +01:00
2017-12-03 14:11:49 +01:00
print(id(2))
print(id("Ala ma kotA"))
2017-12-03 14:14:37 +01:00
print(id([1, 3, 11]))