3 lines
73 B
Python
3 lines
73 B
Python
|
|
foo = object() # Create (instantiate) an empty object
|
||
|
|
address = id(foo)
|