micropython/tests/basics/builtin_id.py

3 wiersze
50 B
Python
Czysty Zwykły widok Historia

print(id(1) == id(2))
print(id(None) == id(None))