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
709 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
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
Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...
116,835 views
5 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
Discover how to use if, else, and elif statements to execute code based on different conditions, and learn about nesting if ...
33,170 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
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
684 views
10 years ago
A video segment from the Coursera MOOC on introductory computer programming with MATLAB by Vanderbilt. Lead instructor: ...
33,314 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,294 views
3 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
Starting the Nested ifs assignment.
49 views
7 years ago
python tuples tutorials explained #python #tuples #tutorial.
75,205 views
ytshorts.
424 views
En este video voy a mostrarles como el uso excesivo de IF anidados es una mala práctica y como podemos corregirlo usando ...
156,752 views
The .some() method will tell yoy! --------------------------------------- VSCode Theming - Font: Cascadia Code: ...
1,409 views
2 years ago
Start learning at code.org today! Stay in touch with us on social media: • Twitter: https://twitter.com/codeorg • Facebook: ...
9,399 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,422 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 ...
72 views
Are you tired of chaotic outputs when printing complex nested data in Python? Say goodbye to the mess with Python's pprint ...
402 views