fork download
  1. import struct
  2. print(struct.pack("H", 1))
Success #stdin #stdout 0.07s 14108KB
stdin
Standard input is empty
stdout
b'\x01\x00'