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
789 results
In Python, nested if statements allow you to test multiple conditions instead of just the one from a regular if statement. This video ...
10 views
3 months ago
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
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
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 ...
31,534 views
Python Program - Print Your Grade using nested if.
429 views
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
683 views
10 years ago
Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...
115,442 views
5 years ago
If statements in Python are one of the most useful commands in Python for conditional testing. Also, using if-else statements or ...
493 views
A video segment from the Coursera MOOC on introductory computer programming with MATLAB by Vanderbilt. Lead instructor: ...
33,288 views
Why C++ is so much better than Python 2023 #soft #programming You can support the channel on Patreon. So that during ...
841,349 views
2 years ago
Starting the Nested ifs assignment.
49 views
7 years ago
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,257 views
ytshorts.
423 views
10 months 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 ...
57 views
11 months ago
The .some() method will tell yoy! --------------------------------------- VSCode Theming - Font: Cascadia Code: ...
1,405 views
One good way to loop through a dictionary in Python is using a for in loop, and looping through all the keys. #python ...
3,235 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
In this video, I'll show you how to use the Excel IF function to test IF a cell contains specific text. Solution using standard Excel ...
205,517 views