mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
5 lines
49 B
Python
5 lines
49 B
Python
def f(a, b):
|
|
return a+b
|
|
|
|
assert f(1, 2) == 3
|