Loading video player…
Intro to While Loops in Python

Intro to While Loops in Python

Do you know the difference between indefinite and definite iterations? In this lesson you’ll learn, that the while-loop is an example of an indefinite iteration whereas the for-loop is an example of a definite iteration. Furthermore, the characteristics of an indefinite iteration are revealed: They run forever until a certain condition is met.

Avatar image for lewiuberg

lewiuberg on Dec. 1, 2019

Hi! Fyi, this course didn’t show up when I searched for “while” :)

Become a Member to join the conversation.