00_tmp.py 49 B

1234
  1. def f(a, b):
  2. return a+b
  3. assert f(1, 2) == 3