t14.py 52 B

1234
  1. def test(x,y):
  2. return x+y
  3. r = test(3,5)
  4. print r