git_wrkshp package

Submodules

git_wrkshp.git_wrkshp module

git_wrkshp.git_wrkshp.add(a, b)[source]

This function adds two numbers.

Parameters:
  • a (int) – the first number
  • b (int) – the second number
Returns:

the sum of a and b

Return type:

int

For example,

>>> add(2, 3)
6
git_wrkshp.git_wrkshp.func(a, b)[source]
>>> func(2, 3)
6

Module contents