micropython/tests/basics/int_big_or.py

5 wiersze
80 B
Python

print(0 | (1 << 80))
a = 0xfffffffffffffffffffffffffffff
print(a | (1 << 200))