Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

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.

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.