This website requires JavaScript.
Explore
Help
Sign In
s45150
/
Python2017
Watch
1
Star
0
Fork
0
You've already forked Python2017
forked from
tdwojak/Python2017
Code
Releases
Activity
9e1a9f3e36
Python2017
/
labs03
/
task01
7 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
commited tasks
2017-12-02 15:46:33 +01:00
def _id(object):
return id(object)
print(_id(2))
print(_id("Ala ma kotA"))
print(_id([1, 3, 10]))
Copy Permalink