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
164 results
In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...
162 views
1y ago
The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...
822 views
5y ago
Example of using Python's relatively new (3.10+) Match...Case statement.
32 views
2y 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
6y ago
... 0:49 - Define a switch 1:23 - Create a variable 1:35 - Example on a switch 6:14 - How to apply a range on a switch statement ...
30 views
4y ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
38 views
Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...
118,033 views
9y ago
Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...
2,410 views
You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...
146 views
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
157 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
117 views
3y ago
Now that we have a basic understanding of decision structures, let's dive deeper into conditional statements. We'll look at more ...
41 views
If you are testing similar conditions and finding yourself writing a lot of else-if pairs, you can combine them to elif and save yourself ...
202 views
7y ago
39 views
Tutorial - Programowanie Python 3 W kursie programowania komputerów w Pythonie znajdziesz szczegółowe informacje na ...
375 views
For more information about paths: http://cit.evc.edu/cit050/pathnames/index.html https://www.youtube.com/watch?v=V6M1aatQ5gk ...
213 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,023 views
A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...
130 views
108 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
118 views