Question: Write a program that takes a date as input and outputs the dates season in the northem hemisphere. The input is a string to represent

Write a program that takes a date as input and outputs the dates season in the northem hemisphere. The input is a string to represent the month and an int to represent the day Ex if the input is: Apel111 the output is: Spring In addition cheok if the string and int are valid (an actual month and day). Ex If the input is: 81be65 the output is: Invalid The dates for each seaton in the northern hemitiphere are Soring March 20 - June 20 Summer June 21 - Soptember 21 Autumn September 22 -December 20 Winter December 21. March 19 Worivir 4.15 1: LAB: Seasons. meris. main.py Losd defacit template. 1 input month - input O input_day - int(input()). ". Type your code here. " Develop mode Submit mode Run your program as often as you'd ilike, before submitting for grading Below type any needed input values in the fifst bax, then click Run program and observe the programis output in the second box Enter program input (optional) ifyour code requires input values, provide them here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
