If, elif and else condition in Python | Python Mastery Course in Hindi | CodeWithShani

preview_player
Показать описание
If, elif and else condition in Python | Python Mastery Course in Hindi | CodeWithShani

......................................................................
Apne bhai ko Follow Karna

......................................................................
►About this Video :-
In this video, I talked about What is Conditional Statement and I told you about if, elif and else condition.

......................................................................
► Best Books for Programming :

......................................................................

►Your Query:

if elif else statement in python example
elif python
if elif else python w3schools
python if-else one line
if statement in python example
python if statement multiple conditions
difference between nested if and elif in python
elif ladder in python

......................................................................
►About CodeWithShani:
CodeWithShani is a E-learning platform for all coders. Because this platform is purely based Computer Programming. I share all my programming knowledges and experiences here. So, If you are a Programmer or Interested in Technology, then make sure you SUBSCRIBE this channel.

......................................................................
►Top Playlists :

......................................................................
►Top Video :

......................................................................

#codewithshani #python #pythonmasteryfullcourse #shanibhai #pythonprojects #learnpython #programming #coding #coders #conditionalstatements

[Thanks for watching this video]

Shani Kumar
From - New Delhi (India)
Рекомендации по теме
Комментарии
Автор

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

if age < 18:
print("You are too young to vote.")
elif age >= 18 and age < 21:
print("You can vote but can't drink.")
else:
print("You can vote and drink.")


kya ye sahi hai??

dhruv
join shbcf.ru