#05 If Else with examples Part -1 | Python Tutorial Series 📚 in Tamil | EMC Academy

preview_player
Показать описание
In this video, you'll learn how to use the if-else statement in Python with 10 real-world examples. The if-else statement is a powerful tool in Python that allows you to write code that makes decisions based on certain conditions. It's a fundamental concept in programming, and mastering it is essential for any Python developer.
By the end of this video, you'll have a solid understanding of how to use the if-else statement in Python and how it can be applied to real-world problems. So if you're new to Python or just want to brush up on your skills, this video is for you!
Don't forget to subscribe to our channel for more Python tutorials and hit the bell icon to get notified when we upload new videos. Let's get started!

Join our 174k+ Instagram Community
Рекомендации по теме
Комментарии
Автор

There are only some people who genuinely want to share their knowledge❤.

musicvibes
Автор

I should say this here now, I was not able to remember all the concepts from scratch in python but, after watching and learning from your firm. I am confident that I can solve problems with the python. Thank you brother. Will keep learning the upcoming slides too.

rathishravi
Автор

Anna question no:2
Greater than❌smaller than✅

S.p.Jeevaperisan
Автор

Super bro, i am daily learning python by seeing your videos.

gowda.bhuvaneswar
Автор

bro 2nd example la income is greater than 7000 then the scholarship is available thana bro sample input la 7200 kuduthu irukinga apo 7200 is greater than 7000 thana bro then the scholarship is available thana bro output

harshithnani
Автор

Crystal clear explanation bro...tnk u so much...🙏🙏🙏🙏

amuthanagarajan
Автор

#binary operator usage
number=int(input("enter a number:"))
if(number%3==0 and number%5==0):
print("the given number is divisible by 3 and 5")
elif(number%3==0):
print("the given number is only divisible by 3")
elif(number%5==0):
print("the given number is only divisible by 5")
else:
print("the given number is not divisible by 3 and 5")

computrons
Автор

Thank you so much bro.. I'm struggling to learn python but your videos are very simple to learn. Thanks much for your effort and ideology. .Looking keen to learn much from you

selvaganesh
Автор

Thank you Sir ❤Your Teaching Skill Is Amazing 💯

HarithaChandran-npzf
Автор

Bro unga voice nalla terror ahh iruku 😅❤

goldensk
Автор

print("enter your mark")
mark=float(input())
if(mark>35):
print("pass")
else:
print("fail")

computrons
Автор

If income greater than 7000 scholarship available bro. U r saying greater instead of lesser bro. Check it

balajiflutist
Автор

Keep posting videos regularly bro it is very useful 👍👍❤️❤️

shadowking
Автор

Bro unga voice nalla irukku bro neenga solli tharadhu romba supera irukku thanks 👍👍 bro neenga game developing patthi post podunga bro please bro 🙏🙏

Abu-fpmg
Автор

Bro you teaching is very clearly 👍enakku iththa video use full laa irukku. Athunaala python easy ya kathuppan nabbikka irukku thanks bro❤❤❤❤

vlogofrifa
Автор

bro I see your every video its very useful for students keep it up bro and other think in this video 2nd questions is little mistake and thank you for that because "error makes clever"

DineshKumar-dtbe
Автор

Bro enaku programming eh theriyathu but unga playlist paathu nalla therunjukuten thankyou for your classroom

poonakutty
Автор

Broo thx for ur practical teaching. It's very useful to us. Nd we r regularly following u.. Keep doing those things.. For us bro.. Nd ur voice is looking so good. It very clean nd clearly explains those concepts.. I understand these things wit u have explains it ❤❤

classic_roshvirat
Автор

Rempa nalla purichuthu anna 🤩 thanks anna

DineshDinesh-pnij
Автор

Sir super ah explain pannuringa thank you sir

Sathiya