Control Flow in Python - If Elif Else Statements
Вставка
- Опубліковано 25 лис 2024
- Learn how to use if elif else statements in Python to control the flow of your programs.
🔥Subscribe for more videos like this: goo.gl/6PYaGF
🔥Python tutorial for beginners: • Python Tutorials for B...
Python Exercises for Beginners:
programmingwit...
Python Cheat Sheet:
programmingwit...
Want to learn more from me? Check out my blog and courses:
programmingwith...
/ programmingwithmosh
/ moshhamedani
Finally somebody talks about indenting,every detail counts.Very nice tutorial with a bonus quiz at the end.
Exactly! I was struggling just now wondering what happened when my text mirrored the “correct answer” literally back spaced to indent my way vs coddys way and it worked
Mosh, you are a legend im gonna enroll in your program in September this year. I'm happy that I've stumbled across you
U have teached a 10000000000x greater than my teacher🤣🤣🤣🤣🤣
kurdy?
@@YTtopPAULO tf that mean bro ?
@@anirudhkashyap10822 ?
@@anirudhkashyap10822 Fr bro💀
Herr mahn 😂
I'm a total noob but I've always been into computers, covid put me out of a job so here I am!
Thanks man i appreciate people like you helping me get certs, because school isn't an option for me financially
got a job yet?
@@Dexter21norman just started a help desk position last month! Keep on the grind man
ua-cam.com/video/zO9Z4inmLzM/v-deo.html
Topic : Control Flow and User Input in Python
Department : CSE
By Aditya(IIT DELHI)
Notes available in Description
Like, Share and Comment on the video
Subscribe to the Ninepointers UA-cam Channel
your tutorials are comprehensive and straightforward so that beginners can grasp it easily.
Mosh has made my life easier, you are the world's no.1 programmer and you are an excellent teacher... Thank You Very Much @MoshHamedani
ua-cam.com/video/zO9Z4inmLzM/v-deo.html
Topic : Control Flow and User Input in Python
Department : CSE
By Aditya(IIT DELHI)
Notes available in Description
Like, Share and Comment on the video
Subscribe to the Ninepointers UA-cam Channel
Amazing tutorials . . . I am learning so much about python so easily!
ua-cam.com/video/zO9Z4inmLzM/v-deo.html
Topic : Control Flow and User Input in Python
Department : CSE
By Aditya(IIT DELHI)
Notes available in Description
Like, Share and Comment on the video
Subscribe to the Ninepointers UA-cam Channel
Thank you sooooo much for this video!!!! Im making new project and i have to problems with if else and after looking 4 sec of your video i get it and fixed it.
I love you mosh! Thank you ...all the way from Nigeria
thank you so much for this you literally explained it way better than my teacher
I came for if statements and learned a lot more, thanks for the video.
Mosh is my favourite Tutor so far. I panic if I can't find his video on a topic I want 🤣
Thank you so much for your lecture
thank you bro for a great tutorial lesson
Thanks for your super informative tutorials! It really helps in my class. Mr.Hutter makes it too hard!
Your explanation is better than my TA
Genuinely helpful with the indenting tip.
you’re helping me with my comp sci midterm 😭😭
Thank you very much, you're a wonderful teacher.
You are the best thank you!! I was going over if else statements using coddy tech, and they failed to explain indentation is important. Literally as soon as I indented the damn code worked smh 😂😂
THANK YOU FOR HELPING MY STRUGGLE
You’re great bro, greetings from Dominican Republic
Thanks 👍 you are a good teacher 😊
Thanks man for helping become a little more knowledgeable
It has made me to understand python very well 🥳🥳
You are a good instructor
No any words to express for you @MoshHamedani🤭!
Thank you very much for the simple illustration
Thanks, Mosh....@Programming with Mosh
This is possibly the best breakdown. I've seen so far!
wow teachers on purpose dont teach this way cuz they don't care, great video!!!
You are the BEST!
Thank you so much sir . Please sir make video easy words in English sir
Sir Mosh please make course on Django 2.1.3 because you already maked course on python now please make on django and its my humble request to you.
Thank you so much 😊
Awesome 👌. You are a true educator
Thank you Mosh👍
Thank you my friend 🙏🙏🙏
thank you 🎉 ❤
Nice explaination sir
You are a smart person boi
4:02 and 5:58 and 15:09
the last part of bag and apple i did not get it ? the rest was well explained thank you
Sir Mosh.... you are awsome !
amazing tutorial
I know Java, C, C++ and PHP I have been coding in those languages for 4 years now.. .. I want to extend my programming skills to solving problems, that's why I chose to learn python... I have been reading about it. It's an awesome and ever growing programming language... So it's worth learning...
I am not so good in English , in 15:38 can you tell me how "Bag"> "apple" . They both are string , and how can you define one string is greater than another one?
Thank You
yes...let him answer this one
i think he means that because bag starts with b (second letter of the alphabet) and apple starts wtih a (first letter of the alphabet)
and because b = 2nd it also equals 2, a = 1st it also equals 1, and 2 is more than 1, therefore bag is greater than apple?
then since cat is greater than bag, cat = c = 3rd letter of the alphabet = 3 > bag = 2nd letter of the alphabet = 2
@@howpunny3570 Thank you very much brother .
Some practice code I wrote. I think it works.
response = input("Can you speak English? ")
if response != "no":
can_speak_english = True
else:
can_speak_english = False
response2 = input("Can you speak Spanish? ")
if response2 != "no":
can_speak_spanish = True
else:
can_speak_spanish = False
if can_speak_spanish and can_speak_english:
print("You are eligible for a larger loan")
else:
print("You are eligible for a smaller loan")
Update. It doesn't work 100% of the time properly
it's wrong code
ua-cam.com/video/zO9Z4inmLzM/v-deo.html
Topic : Control Flow and User Input in Python
Department : CSE
By Aditya(IIT DELHI)
Notes available in Description
Like, Share and Comment on the video
Subscribe to the Ninepointers UA-cam Channel
i'm pretty sure your code is wrong sir, lol you're giving the same response to both option
If can only come ones while elif comes as many as u want then close with else
Hey Mosh, you are a good teacher !! Explain very well .
Thanks
Great Sir
did you make a mistake at 13.48 it should be > instead of
It works good in Mac too right?
*Really awesome*
What app are you using? I downloaded python but it looks different
Best explanation 👍 sir
Some clarification
Set high income to false
Good credit to true
And student false
Then here is the code:
If (high income and good credit) or not student:
Print("eligible")
Else:
Print("not eligible")
Am getting eligible
I don't understand
Because you’ve set student as false.
Which means the person is not a student
So they’re eligible.
its because ha has a mistake in the video
Sir good day, My name is Jason and I need your help.
I'm a beginner in python doing if, else statements now.
Please tell me how can I get in contact with you directly.
thank you so much sir...
Love it.....
@@programmingwithmosh I complete core python sir.
Nice
15:10 what did u mean by sorting in case of bag>apple and bag>cat? Didn't understand this part!
he used the Alphabet sequence A for apple, B for bag, C for cat
Can you make a math QUIZ in python ?
Pls add more videos
wait so in 15:20 because b comes after a it will turn true and c comes after b so bag will become false in conclusion this will not be grater than cat, srls i never knew that this could happen in python!
Exactly me too.
This is my first time learing python and my mind is blowing up rn
I almost thumbs downed this, because you don't have any haters, and I want you to make it!
So is it safe to say that when thinking of the operators to think of them as logic gates?
I didnt quite understand how he said bag is greater than apple did he meant what words comes before in the dictionnary?
legend
W
in this video,which python IDE you had used?plzz tell me
Ikr
>>> temperature = 11
... if temperature > 11:
... print("Hot")
... print("drink water")
>>> print("Done")
SyntaxError: multiple statements found while compiling a single statement
am using python 3.11.5, why do i get such a result?
is there a way to apply this to labels?
Say I have a label with the variable name LED
so
LED = Label(0,200,200)
then maybe check the VALUE like LED.value is above say 25
It changes the position?
Hi Mosh I have one question and I can´t find answer. I read temperature which is float number. I have some zone from -10 to 10. And when I break this zone from outside I want to make action. if temperature > -10: do someting. elif temperature < 10: Do someting. But what is my problem? When I run microcontroler and actual temperature is -5.5. So I need to know how to specify the barier that when I´m already inside zone from -10 to 10 to do nothing. And when I break zone from outside to iside do what I want. I hope it´s clear. Can you help me how to solve it? Thank you so much :)
Sir, do you have any Ebook for complete beginners, if you know best e book pls share
How is bag greater than apple(in what context)?
whats the app you used for this tutorial?
but I have question about the age. I think it should be >=18 and not
its because when you try to write it in the shorter version it reads like this 18
The quiz for how b if false dosen't make sense
sir what theme do you use in vs code
I did not understand when he said "bag" is greater than "apple" because when we sort it comes before. can someone explain?
6 MONTHS LATE.... but Basically the alphabet. For example, b comes after A so therefore in programming B is greater than A and B does come before C therefore B is not greater than C.
I have a big broblem in nasted if statment
Can we use If conditional statement without using else statement and print the else statement?
no
💯
How do you save to go to the next lin
Hey, You have a mistake in the video.... the student ect. the code doesnt match your condition
That elif is mistaken of else.
Or
It is actually elif.
Someone please response.
That 15:32 part is too confusing for me 😭
No, from what I understand, it is meant to be elif.
You use elif as a substitute condition in case the “if” statement doesn’t work. But if both the “if” and “elif” statements are not true, then it will print the “else” condition.
I hope you understand this, but I’m a new programmer who only started this week, so don’t rely on my explanation as I could be wrong. 🙏🏾
@@David91777 Thanks mate for response
Yhh, i asked one of my friends in this elif confusion and he told about the use of elif as it is used as substitute and i understand how it works in python
And i’m also newbie to this.
I hope you also doing good. #Happylearning
@@someXone Thanks very much man… Good luck and stay blessed. 🙏🏾
Sevy
👍👏
How bag is greater than apple?
Quick question dumb question how is bag greater than apple?
Basically the alphabet. For example, b comes after A so therefore in programming B is greater than A and B does come before C therefore B is not greater than C.
Hi Mosh, so say I got this condition where if he opts to select yes to retake the question, how can I rerun that specific variable/question?
Not sure but I think it's goto
Can u help me pls when im using if statement then use print and i say something in print() its not pop up in output
im sorry that idk this but what is this used for?
In last program ..I tried it but it gave me error as 'c' is not defined...reply soon
How bag is smaller than cat?
why is bag not greater than cat. That I did not understand
This is how works AI xD
What is it with bag, apple and cat, please help
Basically the alphabet. For example, b comes after A so therefore in programming B is greater than A and B does come before C therefore B is not greater than C.
i just didint exactly why is bag is bigger than apple