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