Python Calling Function
Calling a Function
To call a function, use the function name followed by parenthesis:
Related Pages
Python Functions Tutorial Function Function Arguments *args Keyword Arguments **kwargs Default Parameter Value Passing a List as an Argument Function Return Value The pass Statement i Functions Function Recursion