Menu
A function that prints a joke.
str – An awesome joke.
Examples
In [1]: import TemplatePythonPackage In [2]: TemplatePythonPackage.joke() Out[2]: 'A very funny joke.'
This function does something.
x (float) – A number.
y (int, optional) – A number, by default 0
float – A number
In [1]: import TemplatePythonPackage In [2]: TemplatePythonPackage.anotherfunction(1, 2) Out[2]: 3