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