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