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
199 results
... 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
3 days ago
... 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
4 days 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 ...
150 views
2 days ago
Try the exact circuit from this video yourself: https://quantumlings.com/sandbox (Select 'Conditional Branching (If/Else)'). Are you ...
11 views
6 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
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 ...
996 views
87 views
python control flow, python if else, python elif, nested if in python, match case python, python match statement, python 3.10 match ...
244 views
23 hours ago
Master Python Comments & Keywords! (Beginner Tutorial 2025) Ready to write cleaner, more professional code? In this tutorial ...
23 views
5 days ago
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
X= 0 if X not= 0 and 10 / X greater than 1 print run else print skip so what will print on the screen output or error if error correct the ...
901 views
... empty string in Python an empty string is considered false when the if statement checks name which means if name equals true ...
1,323 views
X= 10 if X greater than 5 print A if X greater than 8 then prints B so what will print on the screen output or error also correct in ...
896 views
1,035 views
Let's say score equals 85 next if score equals 100 print perfect score otherwise print keep trying guys so if there is an error drop ...
914 views
1,013 views
This code will trigger an indentation error in Python whites space matters the print statement following the if line is aligned all the ...
1,217 views
... there is an error drop the error and correct the code in comments and if don't know anything watch this if else video on youtube.
1,077 views
We just have if name the variable name contains the string Sarah in Python any string that is not empty is considered true see this ...
867 views
1,238 views