Question: Using python spyder program, write a program manually (do not use less coding) for the following task: 2. The time it takes for one year
Using python spyder program, write a program manually (do not use less coding) for the following task:
2. The time it takes for one year on Earth is approximately 365 days. Most places around the world mark the passing of time using the Gregorian Calendar, in which months are assigned 28, (29 sometimes), 30 , and 31 days. Write a program that will ask the user to input the name of a month (provide format details) as input, and then print the expected number of days in that month in the year 2023 CE. Be certain to check the user provides appropriate input, and if they don't, print an error message to the terminal. Your program will be evaluated using the least the following test cases. a) January b) July c) Feb d) Summer e) 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
