fork download
  1. # your code goes here
  2. print("123+1")
  3. print(123+1) #dhi
  4. print(1,12,1)
  5.  
Success #stdin #stdout 0.09s 14216KB
stdin
Standard input is empty
stdout
123+1
124
1 12 1