Page 1 of 1

The year is divided into four seasons: spring, summer, autumn and winter. While the exact dates that the seasons change

Posted: Fri May 20, 2022 10:22 am
by answerhappygod
The Year Is Divided Into Four Seasons Spring Summer Autumn And Winter While The Exact Dates That The Seasons Change 1
The Year Is Divided Into Four Seasons Spring Summer Autumn And Winter While The Exact Dates That The Seasons Change 1 (40.87 KiB) Viewed 48 times
The year is divided into four seasons: spring, summer, autumn and winter. While the exact dates that the seasons change vary a little bit from year to year because of the way that the calendar is constructed, we will use the following dates for this: Season Autumn Winter Spring Summer First day March 20 June 21 September 22 December 21 Write a python program that inputs a month and day separately from the user. The user will enter the name of the month as a string in lower case, followed by the day within the month as an integer. Then your program should display the season associated with the date that was entered. Define and use your own function/s in your solution as well as a main function. Assume the user enters valid inputs only. Only if your code does not fit below, attach as a .py file.