Topic Covered -
- What is a Python Function?
- Python Functions | Take Something -> Give Something
- Data Transformation
- Side Effects
- Arguments
- Variable Local & Global Scope
- Unpacking in Python
- Variable & Keyword Arguments in Python | *args and **kwargs
- Deeper Dive into Functions - A Look at HOF & Lambda
- greeter.py
- better_greeter.py
- weight.py
- fly.py
- args_kwargs.py
- game_save_zortan_3.py
- HOF