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
773 results
Dans cette vidéo, nous allons découvrir les structures conditionnelles en Python, qui permettent à un programme de prendre des ...
591 views
3 days ago
Dans cette vidéo, nous apprenons à utiliser les conditions if / else en Python à travers un exercice très simple : déterminer si un ...
75 views
2 days ago
In this video, we learn Python if else statements from the very basics. This lesson is designed for beginners, C programmers ...
0 views
6 days ago
Welcome to Bitwise Smarter If Python feels confusing — especially when you hit strange errors or don't understand why your ...
56 views
5 days ago
... than 5 however look closely at the print statement it is not indented in Python whenever you use a colon after an if statement the ...
10 views
Python Control Flow explained in a simple, clear, and beginner-friendly way. In this video, we break down Python control flow step ...
51 views
1 day ago
If you run this and type the number seven you might expect to win but the output is better luck next time this happens because the ...
152 views
In this video, you'll learn Control Flow Statements in Python, one of the most important fundamentals every Python programmer ...
This is Video 2 of the Python Core Series on Core AI Clips. If you haven't watched the first intro video, stop and watch that first.
32 views
... print B else print C so what will print on the screen if there is an error correct error in comments and if don't know anything watch ...
982 views
In Python, if-elif-else statements are used for sequential, condition-based decision making, while the match-case statement is ...
6 views
4 days ago
X equals 5 if X greater than 10 print greater than else print less than 10 so what will print on the screen if there is an error correct ...
916 views
In this lesson, we learn a simple and fast way to master Python if / elif / else conditionals. You'll learn how comparison operators ...
62 views
Let's change x to three The condition asks is 3 greater than five This time the answer is false Because it's false Python skips the ...
999 views
python control flow, python if else, python elif, nested if in python, match case python, python match statement, python 3.10 match ...
245 views
In this video, you will learn how Python makes decisions and repeats actions. This lesson explains if, else, and elif statements, ...
34 views
7 days ago
In this video, you will learn conditional statements in Python, including if, if-else, and if-elif (elif) with simple and practical examples ...
... if statement checks a condition is x greater than 5 since 13 is indeed greater than 5 the answer is true because it's true python ...
1,183 views
X= 10 Y= 5 next if X greater than 5 Y greater than 10 print alpha else beta else gamma so what will print on the screen output or ...
850 views
Using if, elif, and else, Python chooses which code runs.. just like human decisions In this short, you'll learn: ✓ How if, elif, and ...
946 views