forked from tdwojak/Python2017
commited tasks
This commit is contained in:
parent
9e1a9f3e36
commit
fbd88d6053
@ -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]))
|
||||||
|
Loading…
Reference in New Issue
Block a user