git_wrkshp.git_wrkshp.
add
This function adds two numbers.
the sum of a and b
int
For example,
>>> add(2, 3) 6
func
>>> func(2, 3) 6