fork download
  1. x = 3
  2. print(str(x) + "hello")
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
3hello