def addition(a: float, b: float) -> float | int: """Returns the sum of two numbers.""" return a + b