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