If & If Else Conditional Statements in Python | Python Tutorials for Beginners#lec24

preview_player
Показать описание
Use code JKL10 to get 20% off on all GATE and other Unacademy subscriptions.

Buniyaad Batch for GATE & PSUs 2025 - CS - Batch B
Udaan Batch for GATE & PSUs 2024 - CS - Batch B
IGNITE 2.0 Batch for GATE & PSUs 2024 - CS(English) - Batch C
Foundation Batch for GATE & PSUs 2025 - CS (English) - Batch B

*********************************************

*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

#coding #pythonforbeginners #python #jennyslectures #pythonprogramming
Рекомендации по теме
Комментарии
Автор

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 .

puneethnaika
Автор

age=int(input("Enter your Age: "))

if(age>=18):
print("You are Eligble for Voting\nPlease Vote for Glass")
else:
print("You are not Eligble for voting")

saibabu.yt.
Автор

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. ")

LingeshhvarenKA
Автор

Great teaching mam. Your explanation is very simple and understandable keep it up.

saguide
Автор

a=int(input("enter your age: "))
print("your age is:", a)
if (a>=18):
print ("You can drive")
else:
print("You cannnot drive")

Fuhny
Автор

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")

aravindsaravanan
Автор

Tommorow is my exam and this helped me a lot thanks for that mam❤💗

khimrajgadhavi
Автор

ex 2
age = int(input("enter the age")
if (age>18):
print("eligible for voating")
else :
print("not eligible for voating")

sanataniboy
Автор

Your explanation is very simple and understandable keep it up mam

KuirThuch
Автор

Thank you for these lessons, may God bless you much🤗

faithobonyo
Автор

print("Lets find out!!!\nHow 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. ")

aditijain
Автор

I along with my friends and classmates pays to god that you upload these python videos daily 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻👍🏻

thakurutkarshpratapsingh
Автор

Thank you for making my learning easy, please do continue with these python lectures. When is the next going to be uploaded?

welles_jumbe_nmp
Автор

Ma'am ur explanation is very nice

pallavilad
Автор

thank youuu teacherr you added subtitle to the video

beyzanurbozan
Автор

I was searching for lecture but bueaty bust me ❤

Tusharsharma
Автор

Mam computer networking per Vedio bana dijiye

Momentinfo.lijiye
Автор

Mam HTML, CSS, JAVASCRIPT, PHP can explain plz mam one video

ankaluvenkatahemanth
Автор

Don't miss the end when Jenny double-winks n smiles just before ending the talk :) cute

madhukiranattivilli
Автор

Mam please continue the c++ programming

bharathvijayp