fork download
  1. a = 1
  2. b = 2
  3. c = a + b
  4. print(c)
  5.  
Success #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
3