Question: Question 13 (20 points) Write a function named month info. The function month_info should prompt the user for the current month and the number of
Question 13 (20 points) Write a function named month info. The function month_info should prompt the user for the current month and the number of days in the current month, then print a comment telling the user whether the month is short, medium or long. (You may assume that the user provides valid input.) Input: The function month_ info takes one integer parameter: medium length Output: . The function month info should print the current month and whether the month is short, medium or long. .The function month info should return the current month. For example, the following would be valid input and output >>current month month_info(38) What month is it? February How many days in February? 28 February is short >>print(current month) February USE YOURSM Specs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
