fork download
  1. print("hej")
  2. x = 2
  3. print(x * x)
  4.  
Success #stdin #stdout 0.07s 14188KB
stdin
Standard input is empty
stdout
hej
4