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
160 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
1 year 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 ...
826 views
5 years ago
Example of using Python's relatively new (3.10+) Match...Case statement.
32 views
2 years 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
4 years 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
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
158 views
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
38 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 ...
147 views
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
6 years ago
Tutorial - Programowanie Python 3 W kursie programowania komputerów w Pythonie znajdziesz szczegółowe informacje na ...
377 views
Now that we have a basic understanding of decision structures, let's dive deeper into conditional statements. We'll look at more ...
42 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
117 views
3 years ago
Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...
118,151 views
9 years ago
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
7 years ago
When should you use braces around the body of an if/else? (Spoiler alert: always.)
679 views
39 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
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,023 views
108 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
119 views