add_one

my_package.example.add_one(number)

Example of a simple function.

Parameters

number: int, float, str

Returns

out: int, float, str

The input value plus one. Raises TypeError if the input is not the expected type