# retoor def add(left: int, right: int) -> int: return left + right def subtract(left: int, right: int) -> int: return left - right