PPE2/src/moduleA.py
2026-02-20 16:15:35 +01:00

7 lines
90 B
Python

def addition(a=1, b=2):
return a + b
def f(x: int, y: int) -> int:
return x + y