Quiz: Repeat Yourself
Test your understanding of Python loops!
We'll cover the following...
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
...