Course Content
Lesson 1: Introduction to Python
0/2
Lesson 2: Start making decisions in your code
0/2
Lesson 3: Expanding if statements using elif(else if)
0/1
Lesson 4: While Loops
0/2
Marie Codes Course – Python fundamentals 101 –

In today’s video, we’re going to learn what a while loop is in Python. A while loop keeps running as long as its condition is true. Once the condition becomes false, the loop stops and the program continues with the next part of the code.

0% Complete