This folder covers FUNCTIONS in Python:
- What are functions
- How to define and call a function
- What are parameters and arguments
- The role of the return statement in functions
- Difference between built in functions and user-defined functions
- How to write functions to solve specific tasks and improve code reusability