Quiz: Repeat Yourself

Test your understanding of Python loops!

We'll cover the following

In the last lesson, you learned how to use loops to repeat actions in your code without writing the same line repeatedly. You practiced with for loops (when you know how many times to run something) and while loops (when you want to keep going until a condition changes).

Now, let’s see how well you remember with a quick quiz!

Get hands-on with 1400+ tech skills courses.