Python program to print Number of days in a month | Hindi | Python program | IT TrainingPath

preview_player
Показать описание

Donation/Contribution:

In this video you will learn How to calculate number of days in a month.
It includes 2 Logic.

This Python course is designed for beginners and covers most of the typical concepts in Hindi. You will learn from the very basic but reach to a master level programmer.
If you find this video informative then LIKE and SHARE it.

Don't forget to SUBSCRIBE the channel and PRESS THE BELL icon to get the Latest UPDATES.

python language by shivangi in Hindi
shivangi python
#pythonshivangi
python practice shivangi
python basic programs
python practice questions
it trainingpath
IT TrainingPath
ittrainingpath
it training path
number of days in a month

KEEP WATCHING
Рекомендации по теме
Комментарии
Автор

Thank you ab samajh me aaya.
Kab se try kar raha tha If statment me mein list ka use kar raha tha to vo line count hi nahi ho rahi thi

kumarp
Автор

Hello mam, 🙏🙏
Maine civil engineering kiya hai aur ab me IT field me jana chahta hu.
Isliye python se starting kiya hai to ab uske baad aur kya shikhna padega ya phir python ke baad job mil jayegi???

kumarp
Автор

if we input pacific year and moth.and then show the desire result .. bcoz after every three years 1 day will increase in February exampl.. 2024.2 and then print 29 days

Yaaranever
Автор

Can u do it with string type data? Like april, may etc Please make a video for that

payalgrover
Автор

Q5. Write a program to accept a number from 1 to 12 and display name of the month and days in that month
give the answer

PunamHaral-kz
Автор

print("*use small key*")
month = input("Enter name of the month: ")
l1 = ["january", "march", "may", "july", "august", "october", "december", ]
l2 = ["apirl", "june", "september", "november"]
if month=="february":
print("month have 28 or 29 days")
elif month in l1:
print("month have 31 days")
elif month in l2:
print("month have 30 days")
else:
print("invalid month")
❤😊

Shivam_
Автор

Mam isme hum month ==2 aise kyu kar rhe h

srajangupta