1. Introduction to Functions (Built-in Functions & User Defined Functions)
2. Defining a Function, Calling a Function and Rules to Define a Function
3. Complete Functions return Statement
4. Simple Practice on arguments and return of Functions
5. Functions with and without arguments and return
6. Nested Functions
7. Function without parentheses or Re-naming a Function
8. return with multiple Values or Returning Multiple Values From A Function
9. Scope of the Python Variables
10. How Arguments are passing to a Function when its called
11. Types of Functions Arguments
12. Positional Arguments or Required Arguments
13. Default or Optional Arguments
14. Keyword or Named Arguments
15. Variable Length Arguments - (Arbitrary [Positional , Keyword] Arguments)
16. How to call Functions of other Python Files Code REUSABILITY
17. What is name in Python Scripts What is the usage of name
Files.zip