1
0
Fork 0

commited tasks

This commit is contained in:
s45150 2017-12-03 14:11:49 +01:00
parent 9e1a9f3e36
commit fbd88d6053
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
def _id(object):
return id(object)
print(_id(2)) print(id(2))
print(_id("Ala ma kotA")) print(id("Ala ma kotA"))
print(_id([1, 3, 10])) print(id([1, 3, 10]))