7
Setup Instructions
Functions: Using and creating functions and return
Functions: Anatomy of a function and arguments
Functions: Default arguments and docstrings + Challenge
Functions: Lambda functions and filter
Functions: Map and reduce
Functions: *args, **kwargs + Challenge