bytes_construct_intbig.py 114 B

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