swdev-git-interactive-rebase/math.py

4 lines
59 B
Python
Raw Normal View History

2024-10-11 14:49:02 +02:00
def addition(a: float, b: float) -> str:
return a + b