fork download
  1. print('Hello World')# your code goes here
  2. a=104
  3. b=33
  4. print(a+b)
  5. print((a+b)^2)
  6.  
Success #stdin #stdout 0.08s 14120KB
stdin
Standard input is empty
stdout
Hello World
137
139