Question: Python Programming Question *4.11 ( Find the number of days in a month ) Write a program that prompts the user to enter the month
Python Programming Question
*4.11 (Find the number of days in a month) Write a program that prompts the user to enter the month and year and displays the number of days in the month. For exam- ple, if the user entered month 2 and year 2000, the program should display that February 2000 has 29 days. If the user entered month 3 and year 2005, the pro- gram should display that March 2005 has 31 days.

4 (Find the number of days in a month) Write a program that prompts the user to enter the month and year and displays the number of days in the month. For exam- ple, if the user entered month 2 and year 2000, the program should display that February 2000 has 29 days. If the user entered month 3 and year 2005, the pro- gram should display that March 2005 has 31 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
