fork download
  1. def summ(x, y):
  2. return x+y
  3.  
  4. print(summ(2, 4))# your code goes here# your code goes here
Success #stdin #stdout 0.02s 7240KB
stdin
Standard input is empty
stdout
6