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
17,870 results
Visually explained how to write if-else statements in one line and use the match-case structure in Python to simplify your ...
9,854 views
5 months ago
Visually explained how if, elif, and else statements work in Python to build clear and logical decision-making code. If you want ...
17,204 views
6 months ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...
310,418 views
3 months ago
Did you know that with just one line of Python code you can make smart decisions? In this tutorial, you'll learn how to use ...
265 views
Welcome to another Python tutorial! In this session, we built upon our previous lesson by diving deeper into Python control ...
58 views
10 months ago
The Python if else statement runs some code if a condition is true, and runs different code if that condition is false. Sections 0:00 ...
31 views
4 months ago
Mastering PYTHON If-Else Statements Made Easy | Software Testing In Python, an if-else statement allows you to execute ...
650 views
11 months ago
So in essence its all just a flow of information. How do we "guide" such a flow of information? By adding conditions via if-else ...
20 views
7 months ago
pythontutorial #coding #python #ifelsestatement In this Python tutorial, you'll see real-life examples of how to use if, else, and elif ...
116 views
This video is about if-else statements in Python. The speaker explains that if-else statements are also known as decision-making ...
12 views
8 months ago
Python If-Else MISTAKES Beginners Keep Making! Hello my name is Abhishek Jaiswal. Welcome to my you tube channel ...
30 views
Learn how to use *Python if else statements* with this *beginner-friendly tutorial*. Master *Python conditional statements*, ...
393 views
9 months ago
if...else statements are used for decision-making.
27 views
Call / DM / Resume Review: https://topmate.io/engineeringdigest Donate: https://razorpay.me/@engineeringdigest LinkedIn: ...
2,196 views
In this tutorial, you'll learn how to create a function that assigns letter grades based on a student's score using if-elif-else ...
8 views
In this video I will show you how to develop if-statements in Python, as well as if-else, and if-elif-else statements. If this video helps ...
123 views
Python Trick: Replace Long If-Else Chains with Dictionaries for Cleaner Code Writing long if-else chains in Python? It's time ...
159 views
Python if-else Statement with Real Examples | Class 11 Computer Chapter 2 Description: This video explains the if-else ...
9,581 views
Learn how to determine a student's grade based on their marks using Python! What this program does: ✓ Takes marks as input ...
550 views
Python If Else, Elif, and Nested If Explained in Pashto Understanding if-else conditions is one of the most important concepts in ...
219 views