PythonExtra/tests/basics/bytearray_intbig.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
38 B
Python
Raw Normal View History

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