micropython/tests/basics/bytearray_intbig.py

2 lines
38 B
Python
Raw Normal View History

print(bytearray(2**65 - (2**65 - 1)))