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
1,985 results
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
416 views
1 year 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
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
Learn about conditional statements.
345 views
6 years ago
Demonstrates iterating through a string using a for statement in Python. Inside the for loop, if/else statements are used to ...
80 views
titan tv man faces juggernaut as Astro toilets and Skibidi toilets come in combat. SKIBIDI DOP DOP DOP YES YES ...
3,986,189 views
10 months ago
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
Topics covered: - Conditions - Syntax - else clause 2018 © University of Alberta This work is licensed under a Creative Commons ...
3,947 views
8 years ago
Otherwise I will go shopping, but only if I get the money back, which is condition two. In Python, you can do not only these if and ...
302 views
2 years ago
Programs can do different things depending on whether a condition is true or false by using the if and else statements.
167 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 ...
133 views
Python beginner course without using any IDE. This chapter explores nested conditional statements. #pythonbeginner ...
32 views
Learn the Factory Pattern in Python! Master the Factory Method design pattern with a real-world database example. This tutorial ...
223 views
You can put an if inside an if block, or an if inside an else block. This video explains how it works.
267 views
4 years ago
The first thing that Python does when evaluating an if statement is check if there is an else clause. If there is, Python replaces the ...
5,044 views
7 years ago
This video is an introduction to "if" statements in R. And "if" statements allow us to only execute a particular block of code if a ...
8,730 views
Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.
144 views
When should you use braces around the body of an if/else? (Spoiler alert: always.)
538 views
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
You can write a chain of nested if/else statements in a compact fashion by amending the “braces always“ rule.
140 views