This commit is contained in:
Benjamin Hackl 2024-10-11 14:49:02 +02:00
parent 950f3703b4
commit 5ce06fdc77

3
math.py Normal file
View file

@ -0,0 +1,3 @@
def addition(a: float, b: float) -> str:
return a + b