Files
Core2forAWS-MicroPython/tests/basics/bytes_construct_intbig.py
T

5 lines
114 B
Python
Raw Normal View History

# test construction of bytes from different objects
# long ints
print(ord(bytes([14953042807679334000 & 0xff])))