Examples

gcd.py

Created by numworks-en

This script defines a function gcd(a,b) which returns the greatest common divisor of a and b.

pythagore.py

Created by numworks-en

This script defines two functions. The hypotenuse(a,b) function returns the hypotenuse length of ...