YOU’RE LEARNING TO↗learner can define a function using def, parameters, and a return statement
↗learner can explain the difference between parameters and arguments
↗learner can write a docstring that follows PEP 257 conventions
↗learner can apply the DRY and single-responsibility principles when extracting functions