filmov
tv
#Python Crash Course - Iteration, While Loops
Показать описание
#Python Crash Course -
In this video we look at how while loops work and how they are a loop that runs when a certain condition is true. It's like a loop and if statement combined.
We look at while loops that use iterators and how the order of the iteration matters. We use it to get user input and run the loop to get a user password. The loop continues until the user has input the correct password.
Finally we look at how a while loop can be used to get items from a list. The while loop runs as long as there are items in the list. When the list is empty the while loop stops running.
In this video we look at how while loops work and how they are a loop that runs when a certain condition is true. It's like a loop and if statement combined.
We look at while loops that use iterators and how the order of the iteration matters. We use it to get user input and run the loop to get a user password. The loop continues until the user has input the correct password.
Finally we look at how a while loop can be used to get items from a list. The while loop runs as long as there are items in the list. When the list is empty the while loop stops running.