Functions in Python
Functions in Python
- built in function
- Module Functions
- User Defined Function
- Local variables
- the Return statement
- DocStrings
- Global Scope
- Default argument
- Keyword Arguments
- VarArgs parameters
- Library function
- Numeric Functions
- Date and Time Functions
- Recursion
- return multiple value
- Assessment