Quiz: Build Your Own Commands
Test your understanding of Python functions!
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 how to define functions with def
, how to pass arguments, and even how to return values.
Let’s see what you’ve learned with a quick quiz!
Get hands-on with 1400+ tech skills courses.