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