swdev-git-interactive-rebase/math.py
2024-10-11 14:49:02 +02:00

3 lines
59 B
Python

def addition(a: float, b: float) -> str:
return a + b