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
491 results
Learn about conditional statements.
345 views
6 years ago
Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...
186 views
5 years ago
عبارات IF / ELSE IF-ELSE ان عبارات هو قرار بين شيئين لنقل على سبيل المثال,اذا كان اليوم من ايام الاسبوع ,لقد حان الوقت للذهاب الى ...
89,113 views
10 years ago
In this Python tutorial for beginners, we dive into conditional statements (if, elif, else) to show you how to make decisions in your ...
56 views
8 months ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
417 views
1 year 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
Demonstrates iterating through a string using a for statement in Python. Inside the for loop, if/else statements are used to ...
83 views
Branching statements allow us to make decisions, or in other words to run certain sections of code but not others. The most ...
848 views
Python Beginner Tutorial encourages you to learn by doing. Follow along this Python course to get started. This is Part 5 of the ...
67 views
3 years ago
When should you use braces around the body of an if/else? (Spoiler alert: always.)
673 views
Welcome to Dihaz Echo! I'm Wazir Dihaz, and in this video, we're diving deep into Conditional Statements in Python – a ...
14 views
9 months ago
This video explains the difference between writing an if/else-if chain and separate if statements.
77 views
538 views
4 years ago
Learn the Factory Pattern in Python! Master the Factory Method design pattern with a real-world database example. This tutorial ...
223 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,017 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
20 views
Programs can do different things depending on whether a condition is true or false by using the if and else statements.
167 views
2 years ago
This video is about using 'if', 'else if', and 'else' statements inside of functions. And so far we've been writing our 'if' statements just ...
7,408 views
This video shows you the difference between an if-else-if chain and a series of if statements.
191 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 ...
201 views
7 years ago
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 ...
133 views
This explores various kinds of conditional execution statements like if, else, elif, and try / except code. We also look at indentation ...
56,918 views
13 years ago
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
Python Try Else In this video we are going to discuss about a controversial concept - try-else in Python. It is a unique feature to ...
336 views
Python beginner course without using any IDE. This chapter explores nested conditional statements. #pythonbeginner ...
32 views