While
While Loops
Lets begin by reading the while loop example in the Byte of Python in the Control Flow chapter. Then read the first two sections
- The While loop
- The Python break and continue Statements
from the RealPython website
Lesson 8
Assignment for next lesson:
Complete the number guessing game in the byte of python textbook without copying the code.