Files
TencentOS-tiny/components/language/micropython/tests/basics/bytes_construct_intbig.py
2022-09-29 12:10:37 +08:00

5 lines
114 B
Python

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