- The Year Is Divided Into Four Seasons Spring Summer Autumn And Winter While The Exact Dates That The Seasons Change 1 (182.74 KiB) Viewed 37 times
The year is divided into four seasons: spring, summer, autumn and winter. While the exact dates that the seasons change
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
The year is divided into four seasons: spring, summer, autumn and winter. While the exact dates that the seasons change
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: t of Season First day Autumn March 20 Winter June 21 Spring September 22 December 21 Summer 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.