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