Kingsway to Python: Functions:

fu00.py - Simplest function without arguments: keyword def

fu02.py - Passing argument to function

fu03.py - Defining Function Fibonacci

fu04.py - Return result from function

fu06.py - Passing two parameters to function

fu07.py - Documentation string in function

fu08.py - Function symbol table

fu10.py - Parameters pass to function by value

fu12.py - Default function argument value

fu14.py - Global variables inside function

fu16.py - define main function and call it in development ...

fu18.py - Function-variable

fu19.py - Function Lambda Forms

fu20.py - for loop inside the function in development ...

fu22.py - Callable() build-in function

fu24.py - variable out of function is global in development ...

fu26.py - returning multiples variables in development ...

fu30.py - Recursion