Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
97 results
A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.
223 views
5 years ago
Use a *while* loop to repeatedly get input in a program.
319 views
6 years ago
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
363 views
You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.
268 views
4 years ago
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
400 views
Python tutorial for the noobies Cool video : https://youtu.be/HSSQlxuSbsw?si=LBIINYO6sCA3nOgQ In this video, I will try to ...
506 views
1 year ago
This is the loop you want to use when getting user input, as it guarantees at least one iteration through the loop.
188 views
Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...
186 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
72 views
3 years ago
What happens when you disregard guidelines for user input?
148 views
Python Beginner Tutorial encourages you to learn by doing. Follow along this Python course to get started. This is Part 4 of he ...
125 views
191 views
104 views
The do/while loop is guaranteed to execute the loop body at least once.
300 views
222 views
Topics covered: - while-loops - Syntax - Writing conditions - Infinite loops 2018 © University of Alberta This work is licensed under ...
3,069 views
8 years ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.
251 views
How to let users supply numeric input to your programs.
588 views
362 views
Using sentinel values to control a while loop.
6,722 views
9 years ago