File size: 56 Bytes
8c53740
 
1
2
3
def soma(a: float, b: float) -> float:
    return a + b