mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
3 lines
50 B
Python
3 lines
50 B
Python
print(id(1) == id(2))
|
|
print(id(None) == id(None))
|