Introduction to while-loops

In this lesson, you will get to know while-loops, the second type of loop in Python. While-loops continuously execute a block of code as long as a certain condition is true.