fork download
  1. # your code goes here
  2.  
  3. print(1+1)
  4.  
  5.  
  6. print(3,4)
  7.  
Success #stdin #stdout 0.11s 14080KB
stdin
Standard input is empty
stdout
2
3 4