fork download
  1. def sum(a, b):
  2. return a + b
  3.  
  4. print(sum(5,10))
Success #stdin #stdout 0.03s 9656KB
stdin
Standard input is empty
stdout
15