t24.py 56 B

123
  1. def test(a,b):
  2. return a+b
  3. print test(1,1)+test(1,1)