Quiz: Build Your Own Commands
Test your understanding of Python functions!
In the last lesson, you learned how to create your functions, reusable blocks of code you can name, customize with inputs (parameters), and use as many times as you like. You explored ...