left comment, should be checked

This commit is contained in:
Benjamin Hackl 2024-10-11 14:50:42 +02:00
parent fadc5cfcf5
commit 8a992b7089

View file

@ -1,4 +1,4 @@
def addition(a: float, b: float) -> str: def addition(a: float, b: float) -> str: # this does not seem right! why str?
return a + b return a + b
def subtraction(a: float, b: float) -> float: def subtraction(a: float, b: float) -> float: