Quiz: Build Your Own Commands
Test your understanding of Python functions!
We'll cover the following...
We'll cover the following...
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 ...