fork download
  1. x = 5
  2. print(str(x).encode())
Success #stdin #stdout 0.1s 14168KB
stdin
Standard input is empty
stdout
b'5'