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,789 results
Visually explained how to write if-else statements in one line and use the match-case structure in Python to simplify your ...
9,995 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,488 views
6 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 ...
266 views
Está estudando PYTHON e quer saber como as condicionais IF, ELIF e ELSE funcionam em Python? Então, chegou no lugar ...
1,611 views
11 months ago
In this video, we'll explore conditions in Python and how to use the and operator in your programs. We'll see practical ...
11 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...
311,715 views
3 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
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
Learn Python through real-world problem-solving! In this video, we cover 30+ real-life if-else-elif questions that will help you ...
761 views
pythontutorial #coding #python #ifelsestatement In this Python tutorial, you'll see real-life examples of how to use if, else, and elif ...
116 views
Learn how to use *Python if else statements* with this *beginner-friendly tutorial*. Master *Python conditional statements*, ...
394 views
9 months ago
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 Statement with Real Examples | Class 11 Computer Chapter 2 Description: This video explains the if-else ...
9,632 views
7 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
Repasamos ejercicios básicos con este python tutorial, ideal para principiantes. Aprender a programar se facilita al entender las ...
72 views
2 months ago
Join my Python Masterclass ~ https://www.zerotoknowing.com/join-now Read my eBooks ...
1,689 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
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
if...else statements are used for decision-making.
27 views