Question: 7. Write a python program daysOfMonth() that shows the number of days for a selected month. But first it needs to show the months and
7. Write a python program daysOfMonth() that shows the number of days for a selected month. But first it needs to show the months and ask the user to select one.(provide complete and meaningful docstrings)
>>>daysOfMonth() List of months: January, February, March, April, May, June, July, August, September, October, November, December Input the name of Month: April No. of days: 30 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
