Python Boss Statement Projects
- easy_functions, Try your hand at writing some simple Python functions and testing their validity.
- medium_functions Now step it up a notch.
- harder_functions Uh oh. Recursion.
- keywords Make functions with keyword arguments. It's great function flexibility.