Section 7. User Defined Functions
The recommendation is that you view the videos listed below in sequence
- Why we have Python functions >>
- Python User Defined Function >>
- How to design a Python function >>
- Python Function with arguments and no return value >>
- Python Function with no arguments but return value >>
- Python Function with no arguments and no return value >>
- Python Keyword Arguments for functions >>
- Python Default Arguments for functions >>
- Local and Global Variable Scope >>
- Lifetime of Variables >>
- In functions do not directly access global variable >>
- Python Parameter Passing Mechanism >>