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