fork download
  1. def funcion(a, b):
  2. return a + b
  3.  
  4. print(funcion(10 * 2, 5 + 5))
Success #stdin #stdout 0.02s 7100KB
stdin
Standard input is empty
stdout
30