template_for_python_projects.example.plus module
- template_for_python_projects.example.plus.plus(a: int, b: int) int [source]
This function returns the sum of two numbers.
Very similar to
template_for_python_projects.example.minus.minus()
but returns the sum instead of the difference.- Parameters:
a – an integer number
b – another integer number
- Returns:
the sum of the two numbers a and b