pocketpy/tests/00_tmp.py
2024-07-07 00:06:21 +08:00

5 lines
49 B
Python

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