template_for_python_projects.example.minus module

template_for_python_projects.example.minus.minus(a: int, b: int) int[source]

This function returns the difference of two numbers.

Very similar to template_for_python_projects.example.plus.plus() but returns the difference instead of the sum.

Parameters:
  • a – an integer number

  • b – another integer number

Returns:

the difference of the two numbers