commontest.py 93 B

123
  1. import struct
  2. print(struct.pack(">I",11216))
  3. print(struct.unpack(">I", b'\x00\x00\x2b\xd0'))