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
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
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
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
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
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
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.
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 😂😂
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. 🙏🏾
@@The_United_Fan11 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
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.
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...
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?
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!
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")
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
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 :)
>>> 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?
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
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.
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.
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.
bag comes after apple does not make sense to me I thought it was going to measure the string size and based on the number of character it was going to determine wheater it was longer or shorter
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 😂
Amazing tutorials . . . I am learning so much about python so easily!
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
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
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
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
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-cam Channel
thank you so much for this you literally explained it way better than my teacher
I love you mosh! Thank you ...all the way from Nigeria
your tutorials are comprehensive and straightforward so that beginners can grasp it easily.
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 .
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.
Thanks for your super informative tutorials! It really helps in my class. Mr.Hutter makes it too hard!
Mosh is my favourite Tutor so far. I panic if I can't find his video on a topic I want 🤣
I came for if statements and learned a lot more, thanks for the video.
you’re helping me with my comp sci midterm 😭😭
You’re great bro, greetings from Dominican Republic
Your explanation is better than my TA
This is possibly the best breakdown. I've seen so far!
Thank you so much for your lecture
thank you bro for a great tutorial lesson
THANK YOU FOR HELPING MY STRUGGLE
Genuinely helpful with the indenting tip.
Thanks man for helping become a little more knowledgeable
Thank you very much, you're a wonderful teacher.
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
It has made me to understand python very well 🥳🥳
wow teachers on purpose dont teach this way cuz they don't care, great video!!!
Thanks 👍 you are a good 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 very much for the simple illustration
No any words to express for you @MoshHamedani🤭!
Thanks, Mosh....@Programming with Mosh
You are a good instructor
Awesome 👌. You are a true educator
Sir Mosh.... you are awsome !
What app are you using? I downloaded python but it looks different
You are the BEST!
Thank you my friend 🙏🙏🙏
Thank you Mosh👍
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.
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. 🙏🏾
@@The_United_Fan11 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. 🙏🏾
4:02 and 5:58 and 15:09
Thank you so much 😊
Thank you so much sir . Please sir make video easy words in English sir
Hey Mosh, you are a good teacher !! Explain very well .
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.
You are a smart person boi
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...
It works good in Mac too right?
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?
Nice explaination sir
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
thank you 🎉 ❤
in this video,which python IDE you had used?plzz tell me
Ikr
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
th-cam.com/video/zO9Z4inmLzM/w-d-xo.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 TH-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
the last part of bag and apple i did not get it ? the rest was well explained thank you
So is it safe to say that when thinking of the operators to think of them as logic gates?
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 :)
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
Best explanation 👍 sir
whats the app you used for this tutorial?
Love it.....
@@programmingwithmosh I complete core python sir.
Great Sir
I didnt quite understand how he said bag is greater than apple did he meant what words comes before in the dictionnary?
*Really awesome*
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
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)?
Can we use If conditional statement without using else statement and print the else statement?
no
sir what theme do you use in vs code
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
did you make a mistake at 13.48 it should be > instead of
How do you save to go to the next lin
I almost thumbs downed this, because you don't have any haters, and I want you to make it!
>>> 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?
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
Can you make a math QUIZ in python ?
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.
im sorry that idk this but what is this used for?
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.
How bag is greater than apple?
what app do you use for python
replit
In last program ..I tried it but it gave me error as 'c' is not defined...reply soon
How bag is smaller than cat?
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.
Thanks
Can I know the name of software used here plz 🙏
hey friend you asked the name of software the name is "Visual studio code" if you want to know the theme name it is "Horizon italic"
thank you so much sir...
Pls add more videos
This is how works AI xD
It writes for me “TypeError: ‘
Same
Lol
I have a big broblem in nasted if statment
Nice
why is bag not greater than cat. That I did not understand
what is this text editor's name?
Vs code
The quiz for how b if false dosen't make sense
Sorry i didn’t get it why bag great than apple And bag not great than cat. How can i tell
Hey, You have a mistake in the video.... the student ect. the code doesnt match your condition
bag comes after apple does not make sense to me I thought it was going to measure the string size and based on the number of character it was going to determine wheater it was longer or shorter