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
258 results
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
670 views
1 year ago
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
361 views
6 years ago
Learn how to repeat a section of code as long as a condition is true.
124 views
2 years ago
The Farmer was Replaced, CURSO de Python gratis en Español para estudiantes **Episodio 1: El BUCLE INFINITO que lo ...
1,739 views
3 months ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
187 views
3 years ago
"When I get to the bottom, I go back to the top." Loops allow us to repeat sections of code. One type of loop (while), repeats the ...
535 views
5 years ago
Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.
10 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.
3,398 views
1. while Loop while loop executes a block of code while a condition is true. 2. do-while loop do-while loop will always execute the ...
894 views
11 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 ...
392 views
Loops - While Statement The while loop executes a block of code while a condition is true. while (condition) code to be executed;
3,597 views
... youtube' in query: webbrowser.open("https://www.youtube.com/") Speak("your command has been completed sir") while True: ...
175 views
20 views
All of these operators return zero for false and one for true. Here's a program that shows several conditional tests. Again, all of ...
214 views
Michael Jordan 3 Favorite Air Jordan Sneakers FREE GIFT: Get my 3 secrets to GROW YOUR SNEAKER COLLECTION ...
1,090,659 views
78 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
110 views
7 views
... class AutoClicker(Thread): clicking = False def run(self): while True: if AutoClicker.clicking: mouse.click(Button.left) sleep(delay ...
11,963 views
4 years ago