Python Loops
You already know how to use the for loop, but Python have an even more powerful loop known as the while loop. Let's go through how this loop works.
Lecture material
Recommended reading
- The following chapters in the book How to Think Like a Computer Scientist: Interactive Edition: