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
787 results
In Python, nested if statements allow you to test multiple conditions instead of just the one from a regular if statement. This video ...
14 views
4 months ago
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
5 years ago
Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...
116,619 views
Nested if statement practice and challenge. We build up a nested if statement for the solution to a challenge. Try it for yourself - it is ...
258 views
4 years ago
In this comprehensive tutorial, you will unlock the secrets of controlling program flow with Python conditions. Whether you're just ...
40 views
1 year ago
python program to illustrate nested If statement.
6 views
3 years ago
Discover how to use if, else, and elif statements to execute code based on different conditions, and learn about nesting if ...
32,844 views
If statements in Python are one of the most useful commands in Python for conditional testing. Also, using if-else statements or ...
495 views
A video segment from the Coursera MOOC on introductory computer programming with MATLAB by Vanderbilt. Lead instructor: ...
33,308 views
10 years ago
Python Program - Print Your Grade using nested if.
430 views
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
684 views
Excessively nesting conditionals leads to code that's hard to maintain. It's easy to spot as it forms an arrow shape, known as arrow ...
7,289 views
python tuples tutorials explained #python #tuples #tutorial.
74,863 views
Starting the Nested ifs assignment.
49 views
7 years ago
Here are 3 ways to check whether a given year is a leap year or not. 1) a solid solution with a nested if-statement 2) a neat, shorter ...
59 views
11 months ago
The .some() method will tell yoy! --------------------------------------- VSCode Theming - Font: Cascadia Code: ...
1,408 views
2 years ago
ytshorts.
424 views
10 months ago
Start learning at code.org today! Stay in touch with us on social media: • Twitter: https://twitter.com/codeorg • Facebook: ...
9,372 views
Now, let's take a look at using nested if statements inside this if-else block. For each condition, we have curly braces making it a ...
70 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 ...
123 views