If Else Conditional Statements in Python | Python Tutorial - Day #14

preview_player
Показать описание
Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Thanks sir for everything . You are my first teacher by which my coding journey started.When I start my journey, I m worked on mobile but now I builded my own pc . I know my English is not good 😁 but I wants to express my feeling . Channel "code with Harry " deserves 20M subscriber . Your teaching skill is very different form any other teacher. I don't know you read but if you read " Thanks Harry bhi❤️ "

trendingstudio
Автор

The material that he is teaching is beyond expectations ....people after taking lacs through their courses are not nearby to him ... Salute to your efforts... keep inspiring and keep going

lsmeyrk
Автор

Bro apka padhane ka speed sabse badhia he. Hum bahat se logo k liye programing new cheez he . To smasjhne me thoda time lagta he aur pura starting se samsjhna padta he. hats off to u bro for not getting swayed by users who constantly keep telling you to speed up or give tough things to do. Ap apne speed se chalo bro. Jise zyada hi advanced pasand he to aur koi channel dekh le ya fir udemy me course karle.

lonebug
Автор

Harry bhai u are a great man yr sch me aap ki bat krni ka tarika bahut acha hai ek dm khul ke esa lagta hm kisi teacher se nii bade bhai se pd rahe hai jo hm ko hath pkd ke pdna sikhara hai

explorervipin
Автор

Bhaiya plz provide practice questions 🙏🙏🙏 . It will very helpful for us .
Love u Harry bhai
For this amazing work 🥰🥰

anjaneyashukla
Автор

Bhai please ek video replit ke upper bnana zaroor please harry bhai mene apki python ki 12 hours wali video dekhi thi per ziada practise nhi ki thi is liye dobara revision kar rha hoon is series se asal mai mujhe kuch logo ne bola tha ke programming ke liye boht maths required hoti hai is liye mai chor dia tha lekin apki videos se sach maloom hua by the way love from Pakistan

Syed.Ahmed.Kamalu
Автор

print ("herry brother is the best in this world thanks for this amazing course")

lyricsispositive
Автор

for i in range(1, 12, 3):
print(i)


in this code
a= first argument
b= second argument
c= third argument

if(a+c<b)
print(i)
a=a+c

syedahmadalishah
Автор

I love the way you start explaining sir
Hat's off to you 😀

simrankashyap
Автор

6:27
It's not under else loop.
It will be considered as "indentation error" if we want it to do under else.

KoushikDas
Автор

Just a big humble thank you Harry. Enjoying each and every lecture and practicing too...

infodiff
Автор

Day 14 Streak is on 🔥🔥🔥🔥 Josh is HIgh We love you harry Bhai ❤❤ Thank You so much for making such an amazing videos very interesting and easy to understand Salute to you and your hardwork and commitment 🫡❤

Kuch_Bhi-lets_explore_it
Автор

Hello Harry ... bhaiya
I am currently study in class 11 and your video's are really helpful for me ...
I feel defficulty in WHILE , loop.range and alll...
Plase make a next video on that topic ...
And pls. Tell us how to make a pyramid. Using *.
Really addicted to you videos ❤️

nikhil
Автор

Day-14 :)
thank you harry b bhai
please add day 14 replit, day 13 ki replit hai discription me

AnEngineerHuman
Автор

import time
timestamp = time.strftime('%H:%M:%S')
print(timestamp)
t1 = int(time.strftime('%H'))
print(t1)

if (t1==range(5, 12)):
print('Good Morning Sir')
elif(t1==range(12, 17)):
print("Good Afternoon Sir")
elif(t1==range(17, 20)):
print("Good Evening Sir")
else:
print("Good Night Sir")

srinidhigowda
Автор

Thanks Harry Bhai! My Day #14 completed!
I would recommend all my brothers and sisters to work over projects which includes Nested Conditional Statements..

abraar
Автор

Watching it after a year loved your teaching style sab zabardast samajh aaraha hia❤

sarimasad
Автор

# Day-014
# Date-11/12/2022
# Time-17:33 pm
# ifelse conditional statements

#Programm to print your age group

age=int(input("Enter your age in whole number:"))

if(age==0 or age==1):
print("You are Infant")
elif(age>=2 and age<=4):
print("You are Toddler")
elif(age>=5 and age<=12):
print("You are Child")
elif(age>=13 and age<=19):
print("You are Teen")
elif(age>=20 and age<=39):
print("You are Adult")
elif(age>=40 and age<=59):
print("You are Middle Age Adult ")
elif(age>=60 and age<=110):
print("You are Senior Adult")
else:
print("Seriously, You are alive!")

AnEngineerHuman
Автор

Simple Program Made by me. Please run and Rate it

budget=int(input("Enter your Budget = "))
Items= int(input("How many Items You want to Purchase = "))
avp= int(input("Enter the Average Price of Items = "))
t=avp*Items
if(budget<t):
print("You cannot Buy more Items and May be your Budget is exceed")
print("Because", t - budget, "this amount is exceed")
else:
print("You can Buy more Items")
print("Remaining amount is", budget-t)

#perfect Program made by me.

MuhammadKamran-duty
Автор

You are the inspiration for so many peoples sir

YourVolunteer