Nested If Else & elif Statements in Python | Python Tutorials for Beginners

  Рет қаралды 117,939

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 74
@nitishkalkolvi7081
@nitishkalkolvi7081 Жыл бұрын
I usually never written a comment Though graduated from A+ accredited college and yet wasn't trained properly on python.... But you're teaching made python so easy to me... All thanks to you mam :)
@hajarbenzakour6583
@hajarbenzakour6583 Ай бұрын
I paused the video to write the code myself, it worked worked out smoothly after i run for the first time 🤩 all thanks to your previous 🥰 height=int(input("enter your height in ft:")) age=int(input("enter your age:")) if (height >=3): print("you can ride") if (age
@acchuanjan6638
@acchuanjan6638 8 ай бұрын
num=int(input("enter a number:")) if(num0): print("one") elif(num1): print("two") elif(num2): print("three") else: print("wrong input")
@ClashUniverse1
@ClashUniverse1 Ай бұрын
What a line of code, Can only print, 1,2, and 3 other then that you get a wrong message 😂 Great for user
@aviranarang6568
@aviranarang6568 2 жыл бұрын
You working hard, God bless you always
@MARUTHU_1801
@MARUTHU_1801 6 ай бұрын
gender = input("enter the gender of the passenger: ") if gender == 'Female': print("there is no fee for your journey.") print("have a happy journey.") else: print("you need to buy a ticket.") age = int(input("enter your age: ")) if age
@SRIRAM..
@SRIRAM.. Жыл бұрын
❤love u jenny, for the way of telling.
@sidharthkaruvarath2532
@sidharthkaruvarath2532 3 ай бұрын
number = int(input("enter the number : ")) if number % 2 == 0 : print("Its an even number") if number == 2: print("Its two!!") elif number == 4: print("Its four!!") elif number == 6: print("Its six!!") else: print("Not readable!!") else: print("Its an odd number") if number == 1: print("Its one!!") elif number == 3: print("Its three!!") elif number == 5: print("Its five!!") else: print("Not readable!!") print("Finished!!")
@shahanafaslu
@shahanafaslu 2 жыл бұрын
Thank you mam for your great work…
@muhammadal-fateh6768
@muhammadal-fateh6768 Жыл бұрын
Thanks god by giving me the complete lecture of python from sweety lecturer❤
@Dheerajkumar-ve9wg
@Dheerajkumar-ve9wg Жыл бұрын
User_height = int(input("Enter your height ")) if(User_height>5): print("You can ride it") User_Age = int(input("Enter your age ")) if(User_Age>18): print("You have to pay 200 rupees") else: print("You ride is free") else: print("Sorry You can not ride it its dangerous")
@rbcreation__
@rbcreation__ 28 күн бұрын
Wonderful lectures madam....
@LingeshhvarenKA
@LingeshhvarenKA 17 күн бұрын
height = int(input("Enter your height in cm : ")) if (height>=150): age = int(input("Enter your age : ")) if (age
@jamessangitboiragee5222
@jamessangitboiragee5222 10 ай бұрын
Ma'am thank you soo much for this, take love from a fellow student
@RusselJohnDiccion-nk5ti
@RusselJohnDiccion-nk5ti 7 ай бұрын
This tutorial is very clear my gosh
@MNarendrareddy9030
@MNarendrareddy9030 2 жыл бұрын
Kindly tell which site is best to learn SQL
@muktiraval6927
@muktiraval6927 Жыл бұрын
W3schools
@chimmi75
@chimmi75 Жыл бұрын
Brilliant and clear explanation, the examples were great
@vishalchakraborty2050
@vishalchakraborty2050 4 ай бұрын
Thanks alot Ma’am 🙇‍♂️
@ankireddy-i7o
@ankireddy-i7o 4 ай бұрын
Hi Jenny, Your lecturers are super. Thanks you so much for giving in detailed explanation. I have a one question regarding the application which you are using for the practice. I am using Jupiter note book but i didn't find such a a good options like in your practice application. Could you please suggest which one you are using. thanks.
@JennyslecturesCSIT
@JennyslecturesCSIT 4 ай бұрын
I m using VS Code
@Snehajp
@Snehajp Жыл бұрын
thanks, very clear with good explanation.
@A_M_A_N794
@A_M_A_N794 Жыл бұрын
Nice Explanation Mam
@VirusBabaTechnical
@VirusBabaTechnical Жыл бұрын
हाय क्या पढ़ाती है दिल ले गई अब जल्दी से मेरा दिल दे दीजिए ❤️
@sakshamkapasia4405
@sakshamkapasia4405 Жыл бұрын
Thanks maam 🙏
@sandhyagunjali3515
@sandhyagunjali3515 5 ай бұрын
Mam what if there are more than 4-5 conditions?
@kavibisht1995
@kavibisht1995 4 ай бұрын
Mam which platform you used in this video
@rajivanjr3405
@rajivanjr3405 10 ай бұрын
# nested if else (condition statement) # if inside if is nested if \elif Name=input("Enter your name to start the ride:") Height=int(input("Enter your height in feet:")) if Height >3: #if main if pass it will go to nested if or it goes to else print("You can ride") Age=int(input("Enter your age:")) if Age
@sidharthkaruvarath2532
@sidharthkaruvarath2532 3 ай бұрын
height = float(input("Please enter your height in feet : ")) age = int(input("Please enter your age: ")) if height > 3: print("Yes, you can ride!!!") if age
@gksgaming9655
@gksgaming9655 2 жыл бұрын
I want to listen the class seeing you ❤❤❤
@GANESHM-cl5po
@GANESHM-cl5po 9 ай бұрын
Love a lot mam❤❤
@Rajkumar-ob8og
@Rajkumar-ob8og 11 ай бұрын
clear explanation,thanks to all mam :)
@amtprajapati02
@amtprajapati02 Жыл бұрын
Thanks ma'am ❤🎉😊
@janedeo9358
@janedeo9358 Жыл бұрын
The explanation looks great. however the prices are a bit expensive for a roller coaster ride can you make a tutorial with cheaper prices.
@mr.mohameddahir3917
@mr.mohameddahir3917 Жыл бұрын
Thank you teacher
@akashtg6646
@akashtg6646 Жыл бұрын
Does if else and elif are both same?
@MahendriSingh-hu7mk
@MahendriSingh-hu7mk 5 ай бұрын
Ma'am you are a c,c++,java background why are you not teaching java please ma'am you can teach java programming language my humble request for you ma'am aap bahut acche se har ek point clear kar deta ho thankyou ma'am I hope you know my humble request 😅😅😅😅
@JennyslecturesCSIT
@JennyslecturesCSIT 5 ай бұрын
Will consider this .and will think about it
@MahendriSingh-hu7mk
@MahendriSingh-hu7mk 5 ай бұрын
@@JennyslecturesCSIT Okh ma'am thankyou Jenny ma'am Mai apki java series ka wait karunga 😅😅
@SunnySharma-ey4pj
@SunnySharma-ey4pj 3 ай бұрын
​@@JennyslecturesCSIT It's paid
@dilhara9521
@dilhara9521 Жыл бұрын
Mam your awesome day by bay you been most beautiful 🥶
@bittuagarwal9517
@bittuagarwal9517 2 жыл бұрын
Thanks ma'am
@bhaveshvaishnav633
@bhaveshvaishnav633 Жыл бұрын
Thank you!!
@archanalakade2359
@archanalakade2359 Жыл бұрын
Mam please explain how to define function concept
@simpalcode4971
@simpalcode4971 Жыл бұрын
Osm mam i understand quickly
@playgames434
@playgames434 2 жыл бұрын
Mam c++ ki series kab sa start hogi
@kunaldas5011
@kunaldas5011 11 ай бұрын
#2 nd program of nested if else no=int(input("enter your no:")) if no==0: print("no is zero") elif no==1: print("number is one") elif no==2: print("number is two") elif no==3: print("number is three") elif no==4: print("number is four") elif no==5: print("number is five") else: print("sorry your number is not in list") print("soory")
@navya4989
@navya4989 22 күн бұрын
#Can I write this ? If(age>12&&age
@glps369
@glps369 Жыл бұрын
Thank you so much
@alaashakir1712
@alaashakir1712 10 ай бұрын
thank u
@varunkumargakkula3958
@varunkumargakkula3958 Жыл бұрын
Can anyone suggest me best channel for data structures through python
@amtprajapati02
@amtprajapati02 Жыл бұрын
Last program does not solve by me pls
@anuragsaxena2851
@anuragsaxena2851 2 жыл бұрын
Mam glasses Kahan se magaye???? Lenskart se????
@JennyslecturesCSIT
@JennyslecturesCSIT 2 жыл бұрын
Yes
@PurushothamanT23BCS008
@PurushothamanT23BCS008 Жыл бұрын
Look nice❤ way of teeching
@aviranarang6568
@aviranarang6568 2 жыл бұрын
Mam, Tableau pe video bnaiye
@sikandergalaadhvi
@sikandergalaadhvi Жыл бұрын
thanks mam
@MahendriSingh-hu7mk
@MahendriSingh-hu7mk 4 ай бұрын
Ma'am you are launching java with DSA ma'am appne meri baat man li thankyou so much ma'am but ma'am mai is course se padhna to chahta ho but mai ye fees nhi pe kar sakta ho my parents are not eligible to pay this fees ₹9000 this help me ma'am please ma'am Maine aapse bolo tha ki app java series start kare isliya mai ma'am kahe raha ho please mujhe ko bhi add kar ligye ki mai bhi 19th September se class attend kar saku please ma'am you are know my feelings 😢😢.
@kunaldas5011
@kunaldas5011 11 ай бұрын
height=int(input("enter your height:")) if height>=4: print("you can ride") age=int(input("enter your age")) if age>18: print("you have to pay 500 rs") else: print("you have to pay 200 rs") else: print("you can't ride") print("soory")
@allpurposemedia152
@allpurposemedia152 2 жыл бұрын
Mam can u kindly teach the series of software engineering it will be really helpful
@skupdates-uk1ld
@skupdates-uk1ld 11 ай бұрын
@rahulnegi2274
@rahulnegi2274 Ай бұрын
Mam ap bhot cute ho😊
@Ameyzing_
@Ameyzing_ 2 жыл бұрын
Main to mechanics wala hu
@ganajigarisrikanth2205
@ganajigarisrikanth2205 2 жыл бұрын
Mam nots pleis
@noormuhammad7301
@noormuhammad7301 2 жыл бұрын
Salam maam from Pakistan noor Muhammad
@MNarendrareddy9030
@MNarendrareddy9030 2 жыл бұрын
Hai
@Mahi-co7ne
@Mahi-co7ne 2 жыл бұрын
Hi mam
@143saubhagya
@143saubhagya 10 ай бұрын
glasses jach rehe he maam
@kaleeskumar3996
@kaleeskumar3996 Жыл бұрын
Mam i dont understand elif😒😒😒
@HarryDiaries
@HarryDiaries Жыл бұрын
plss dont be so cute focus nai krr para
@vemulasuman6995
@vemulasuman6995 Жыл бұрын
I love you madam
@subratkumarsahoo1946
@subratkumarsahoo1946 Жыл бұрын
beautiful explanation and u also look so pretty and beautiful
If & If Else Conditional Statements in Python | Python Tutorials for Beginners#lec24
18:41
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
For Loop in Python | Python Tutorials for Beginners #lec42
19:42
Jenny's Lectures CS IT
Рет қаралды 187 М.
P_32 List in Python and List Functions | Python Tutorials for Beginners
29:01
Jenny's Lectures CS IT
Рет қаралды 196 М.
Python Programming Tutorial - Nested if statements | if elif else Ladder
9:34
If Else Conditional Statements in Python | Python Tutorial - Day #14
19:27
File Handling in Python | Python Tutorials for Beginners #lec95
45:32
Jenny's Lectures CS IT
Рет қаралды 121 М.
While Loop in Python | Python Tutorials for Beginners #lec50
26:51
Jenny's Lectures CS IT
Рет қаралды 95 М.
Tuples in Python | Python Tutorials for Beginners #lec40
20:56
Jenny's Lectures CS IT
Рет қаралды 117 М.