This lesson is a recap of the Mastering While Loops course. You learned about:
- The Basics of the
while
-Loop - Interruption of Loop Iterations
- The
else
-Clause - Infinite
while
-Loops (and how to break out of them) - Nested
while
-Loops - One-Line
while
-Loops
Take the Quiz: Test your knowledge with our interactive “Python "while" Loops” quiz. You’ll receive a score upon completion to help you track your learning progress:
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
ChrisF on March 16, 2019
Great set of tutorials - Loved them!