fork download
  1. a = 12
  2. b = 6
  3.  
  4. c = a+b
  5. print(c)
Success #stdin #stdout 0.09s 14064KB
stdin
Standard input is empty
stdout
18