238 B
238 B
Overview
In this section we will take a look at more Python features you may encounter.
- Variable argument functions
- Anonymous functions and lambda
- Returning function and closures
- Function decorators
- Static and class methods