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Ай бұрын
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
What a line of code, Can only print, 1,2, and 3 other then that you get a wrong message 😂 Great for user
@aviranarang65682 жыл бұрын
You working hard, God bless you always
@MARUTHU_18016 ай бұрын
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.. Жыл бұрын
❤love u jenny, for the way of telling.
@sidharthkaruvarath25323 ай бұрын
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!!")
@shahanafaslu2 жыл бұрын
Thank you mam for your great work…
@muhammadal-fateh6768 Жыл бұрын
Thanks god by giving me the complete lecture of python from sweety lecturer❤
@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__28 күн бұрын
Wonderful lectures madam....
@LingeshhvarenKA17 күн бұрын
height = int(input("Enter your height in cm : ")) if (height>=150): age = int(input("Enter your age : ")) if (age
@jamessangitboiragee522210 ай бұрын
Ma'am thank you soo much for this, take love from a fellow student
@RusselJohnDiccion-nk5ti7 ай бұрын
This tutorial is very clear my gosh
@MNarendrareddy90302 жыл бұрын
Kindly tell which site is best to learn SQL
@muktiraval6927 Жыл бұрын
W3schools
@chimmi75 Жыл бұрын
Brilliant and clear explanation, the examples were great
@vishalchakraborty20504 ай бұрын
Thanks alot Ma’am 🙇♂️
@ankireddy-i7o4 ай бұрын
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.
@JennyslecturesCSIT4 ай бұрын
I m using VS Code
@Snehajp Жыл бұрын
thanks, very clear with good explanation.
@A_M_A_N794 Жыл бұрын
Nice Explanation Mam
@VirusBabaTechnical Жыл бұрын
हाय क्या पढ़ाती है दिल ले गई अब जल्दी से मेरा दिल दे दीजिए ❤️
@sakshamkapasia4405 Жыл бұрын
Thanks maam 🙏
@sandhyagunjali35155 ай бұрын
Mam what if there are more than 4-5 conditions?
@kavibisht19954 ай бұрын
Mam which platform you used in this video
@rajivanjr340510 ай бұрын
# 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
@sidharthkaruvarath25323 ай бұрын
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
@gksgaming96552 жыл бұрын
I want to listen the class seeing you ❤❤❤
@GANESHM-cl5po9 ай бұрын
Love a lot mam❤❤
@Rajkumar-ob8og11 ай бұрын
clear explanation,thanks to all mam :)
@amtprajapati02 Жыл бұрын
Thanks ma'am ❤🎉😊
@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 Жыл бұрын
Thank you teacher
@akashtg6646 Жыл бұрын
Does if else and elif are both same?
@MahendriSingh-hu7mk5 ай бұрын
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 😅😅😅😅
@JennyslecturesCSIT5 ай бұрын
Will consider this .and will think about it
@MahendriSingh-hu7mk5 ай бұрын
@@JennyslecturesCSIT Okh ma'am thankyou Jenny ma'am Mai apki java series ka wait karunga 😅😅
@SunnySharma-ey4pj3 ай бұрын
@@JennyslecturesCSIT It's paid
@dilhara9521 Жыл бұрын
Mam your awesome day by bay you been most beautiful 🥶
@bittuagarwal95172 жыл бұрын
Thanks ma'am
@bhaveshvaishnav633 Жыл бұрын
Thank you!!
@archanalakade2359 Жыл бұрын
Mam please explain how to define function concept
@simpalcode4971 Жыл бұрын
Osm mam i understand quickly
@playgames4342 жыл бұрын
Mam c++ ki series kab sa start hogi
@kunaldas501111 ай бұрын
#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")
@navya498922 күн бұрын
#Can I write this ? If(age>12&&age
@glps369 Жыл бұрын
Thank you so much
@alaashakir171210 ай бұрын
thank u
@varunkumargakkula3958 Жыл бұрын
Can anyone suggest me best channel for data structures through python
@amtprajapati02 Жыл бұрын
Last program does not solve by me pls
@anuragsaxena28512 жыл бұрын
Mam glasses Kahan se magaye???? Lenskart se????
@JennyslecturesCSIT2 жыл бұрын
Yes
@PurushothamanT23BCS008 Жыл бұрын
Look nice❤ way of teeching
@aviranarang65682 жыл бұрын
Mam, Tableau pe video bnaiye
@sikandergalaadhvi Жыл бұрын
thanks mam
@MahendriSingh-hu7mk4 ай бұрын
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 😢😢.
@kunaldas501111 ай бұрын
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")
@allpurposemedia1522 жыл бұрын
Mam can u kindly teach the series of software engineering it will be really helpful
@skupdates-uk1ld11 ай бұрын
❤
@rahulnegi2274Ай бұрын
Mam ap bhot cute ho😊
@Ameyzing_2 жыл бұрын
Main to mechanics wala hu
@ganajigarisrikanth22052 жыл бұрын
Mam nots pleis
@noormuhammad73012 жыл бұрын
Salam maam from Pakistan noor Muhammad
@MNarendrareddy90302 жыл бұрын
Hai
@Mahi-co7ne2 жыл бұрын
Hi mam
@143saubhagya10 ай бұрын
glasses jach rehe he maam
@kaleeskumar3996 Жыл бұрын
Mam i dont understand elif😒😒😒
@HarryDiaries Жыл бұрын
plss dont be so cute focus nai krr para
@vemulasuman6995 Жыл бұрын
I love you madam
@subratkumarsahoo1946 Жыл бұрын
beautiful explanation and u also look so pretty and beautiful