fork download
  1. print("Hello world")
  2. a = 10
  3. print(a)
  4.  
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
Hello world
10