Question: Python Programming Create a program called days.py that prompts the user for a month number. It should then use branching to output the corresponding month
Python Programming
Create a program called days.py that prompts the user for a month number. It should then use branching to output the corresponding month name and the number of days in that month. For example, entering "5" should identify the month as May and indicate that it has 31 days.
Note: You do not need to consider leap years. For our purpose here, February has 28 days.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
