test.py 51 B

123456
  1. def add(a,b):
  2. return a+b
  3. print add(1,2)