fork download
  1. # your code goes here
  2. print("123+1")
  3. print(1,1,1)
  4. print(123+1) #hip
Success #stdin #stdout 0.11s 14156KB
stdin
Standard input is empty
stdout
123+1
1 1 1
124