Ma'am Dont ever sale your channel to unacdemy. Your channel might big brand without you Knowing. You have saved many engineering students through your videos. hats off to you Ma'am .
if input("Apple in store ") == "yes" or"Yes": print("BUY 1kg apple") elif input("ORANGE in store ") == "yes" or "Yes": print("BUY 1kg orange") else: print("Come back")
age=int(input("Enter your Age: ")) if(age>=18): print("You are Eligble for Voting Please Vote for Glass") else: print("You are not Eligble for voting")
height=float(input("Enter you height in feet : ")) if(height>=2.5): print("You are required to take ticket. ") else: print("Your journey is free, have a great day. ")
height = float(input("Please enter you child's height in feet : ")) km = int(input("Please enter the km you want to travel : ")) if height > 3: print(f"Your child's transportation fare is {km*2} ") else: print("Your child is free to travel without payement!!!") i could have saved 20k if i had saw your videos 6 months early. thank you so much.
Flowchart mein start and end ko humesha oval se hi represent karte hai and thats the rule. Since mam was giving the example, she might have ignored it.
please about Dijkstra’s algorithm using any programming language for the real-world problem shows the diagram, in detailed of how you approach the problem, the data structures you have used in your codes, and evaluation of your algorithm/data structure. please as much as possible show Your program should have the following functionalities: Be able to identify the shortest path between any two cities; Be able to identify the shortest path between a city and multiple destinations; The project will be evaluated based on the following points: Use of data structures; The efficiency of your code/algorithm; Quality of your code; Quality of your report; thank you!
print("Lets find out!!! How many days, weeks and months are left if you live till 90 years old?") current_age = int(input('Your current age is: ')) print(f"You have {(90-current_age)*365} days, {(90-current_age)*52} weeks and {(90-current_age)*12} months left. ")
#if else # conditional statement# #true or false Name=input("Enter your name to get token:") Height=int(input("Enter height in feet:")) if Height >=3: print(f"{Name},Purchase token") else: print(f"{Name} token not requred")
I made this program by myself pw = int(input("Enter a password: ")) pw_2= int("0412") if(pw==pw_2): print("Login Succesfully..") else: print("Wrong Password, Please TryAgain")
mam pata nahi aap hindi janti hai ya nahi lekin agar hindi ye python course hota tho mai 3 moths ma python expert ho jata but koe baat nahi sah lenge thora 😶😶
Ma'am Dont ever sale your channel to unacdemy. Your channel might big brand without you Knowing. You have saved many engineering students through your videos. hats off to you Ma'am .
u r trending in memes mam😁
a=int(input("enter your age: "))
print("your age is:" , a)
if (a>=18):
print ("You can drive")
else:
print("You cannnot drive")
It has indentation error
if input("Apple in store ") == "yes" or"Yes":
print("BUY 1kg apple")
elif input("ORANGE in store ") == "yes" or "Yes":
print("BUY 1kg orange")
else:
print("Come back")
age=int(input("Enter your Age: "))
if(age>=18):
print("You are Eligble for Voting
Please Vote for Glass")
else:
print("You are not Eligble for voting")
Hi bro
Are you completed python?
Can you help me
Superb explanation.Keep it up.
Great teaching mam. Your explanation is very simple and understandable keep it up.
height=float(input("Enter you height in feet : "))
if(height>=2.5):
print("You are required to take ticket. ")
else:
print("Your journey is free, have a great day. ")
Wonderful
Tommorow is my exam and this helped me a lot thanks for that mam❤💗
height = float(input("Please enter you child's height in feet : "))
km = int(input("Please enter the km you want to travel : "))
if height > 3:
print(f"Your child's transportation fare is {km*2} ")
else:
print("Your child is free to travel without payement!!!")
i could have saved 20k if i had saw your videos 6 months early. thank you so much.
ex 2
age = int(input("enter the age")
if (age>18):
print("eligible for voating")
else :
print("not eligible for voating")
Thank you❤
Way of teaching great
I along with my friends and classmates pays to god that you upload these python videos daily 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻👍🏻
Mam loves you a lot 💖
Ma'am ur explanation is very nice
Your explanation is very simple and understandable keep it up mam
Thank you for these lessons, may God bless you much🤗
thank youuu teacherr you added subtitle to the video
u changed my life
Mam mujhe ek doubt hai , kya hum start ko rectangular box mai likh sakte hai kya par hmre schl mai start/stop ko oval ke andar likh ne bole thae
Flowchart mein start and end ko humesha oval se hi represent karte hai and thats the rule. Since mam was giving the example, she might have ignored it.
Thank you!!!
Thank you for making my learning easy ,please do continue with these python lectures. When is the next going to be uploaded?
please about Dijkstra’s algorithm using any programming
language for the real-world problem shows the diagram, in detailed
of how you approach the problem, the data structures you
have used in your codes, and evaluation of your algorithm/data structure. please as much as possible show Your program should have the following functionalities:
Be able to identify the shortest path between any two cities;
Be able to identify the shortest path between a city and multiple destinations;
The project will be evaluated based on the following points:
Use of data structures;
The efficiency of your code/algorithm;
Quality of your code;
Quality of your report;
thank you!
watch her data structure playlist in c she hve already cover that
print("Lets find out!!!
How many days, weeks and months are left if you live till 90 years old?")
current_age = int(input('Your current age is: '))
print(f"You have {(90-current_age)*365} days, {(90-current_age)*52} weeks and {(90-current_age)*12} months left. ")
Can you tell me plz how much videos left in beginner course jenny mam
Thank you so much
Great teaching mam🎉
Mam please try to complete this python playlist as soon as possible 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻😔🙏🏻
Mam computer networking per Vedio bana dijiye
Madam are you able to provide certificate 🥺
how to practice these
ma'am, aren't the Start/Stop commands in the flow chart supposed to be in an oval thingy??
Excellent class mam
Thanks for this lecture ❤🎉🎉
Do a video on ChatGPT mam
Mam give video for work with function in python
Smart tutorials with very smart ...beauti
If beauty was a person❣️❣️
Mam HTML,CSS, JAVASCRIPT,PHP can explain plz mam one video
Nice explanation mam
#if else # conditional statement#
#true or false
Name=input("Enter your name to get token:")
Height=int(input("Enter height in feet:"))
if Height >=3:
print(f"{Name},Purchase token")
else:
print(f"{Name} token not requred")
Mam please 🙏🏻🙏🏻🙏🏻🙏🏻 upload videos daily
Thank u mam
I was searching for lecture but bueaty bust me ❤
Mam please continue the c++ programming
Good
Thank you so much mam☺️☺️
what is system flowchart please explain with sutable example
Just to reply for Unacademy add, there are students from premiere institute already referring your videos for learning programming :)
Hi, which software you are using for record screen.
I am also from c and c++ background mam
Mam u see this comments arr too classic ( about u😊)
Don't miss the end when Jenny double-winks n smiles just before ending the talk :) cute
How do you zoom in/out in PYCHARM ?
Maim aap information technology ki classes le aao rajasthan mein new vacancy aai h
Mam please upload the videos daily madam
madam how do u maximize the font size please tell me that shortcut instead of going into settings🤔
press Ctrl+(+) icon control and + icon and you can increase your font
Super 🎉🎉🎉
Mam ,please continue the course on python
ubai dragon fruit ka hobai
Im here just for my education for 7th grade
Mam you are so cute we will learn from or will love to you?😍😛
Mam please give c++ pps notice for 1st years 1st semester 😢 😫
I made this program by myself
pw = int(input("Enter a password: "))
pw_2= int("0412")
if(pw==pw_2):
print("Login Succesfully..")
else:
print("Wrong Password, Please TryAgain")
mam you are very pretty 😍😍😍😍😍
Mam you like a heroine like rashmikamandhana
Mam please provide a note
In class you are not completed theory
Your class in only calculation base
Mam kya apka koi bata ya bati ha
Hi mam you are trending in Andhra Pradesh Instagram memes
First comment maam
Why change the avatar to a white background, and change the color to be more beautiful.
😍😍
mam pata nahi aap hindi janti hai ya nahi lekin agar hindi ye python course hota tho mai 3 moths ma python expert ho jata
but koe baat nahi sah lenge thora 😶😶
Hii mam ur voice is not clarity and resound is there
Why do I wanna do the teacher more than questions 😂
I don't know what ur saying but I cont stop watching you mammm
sorry
Idk why im here
Mam 60% people watching this video because of you not for getting knowledge
Really bro
She is gorgeous
Bhai itna bhi sach nahi bolna tha😂😂😂
Been watching her from when I started my Degree in BCA I always find her videos knowledgeable
Stupid 🙄
panada unae angilam ah varala enna keleke ra
Mam ur teaching excelently..
Pls continue your teaching
I am fan of you....😍
Tell me your instagram id 💟
I want follow you..🥀
Nice explanation mam