Table of contents:
- Introduction to functions
- The pass statement
- The return statement
- local, non-local, and global variables
- Function with default arguments
- Arbitrary Arguments and Keyword Arguments
- Recursive Functions
- Lambda Functions
Table of contents: