API Reference

calculator module

calculator.add(a: int, b: int) int[source]

Add two integers and return the result.

calculator.add module

calculator.add.add(a: int, b: int) int[source]

Add two integers and return the result.