Question: #Write a function called what _ season. what _ season should #have two parameters: the first a string representing #a month, and the second an
#Write a function called whatseason. whatseason should
#have two parameters: the first a string representing
#a month, and the second an integer representing a day.
#
#whatseason should return "Spring" if the date is in
#Spring, "Summer" if it's in Summer, "Fall" if it's in
#Fall, and "Winter" if it's in Winter.
#
#For this problem, we define those seasons as follows:
#
# Spring starts March
# Summer starts June
# Fall starts September
# Winter starts December
#
#So March to June would be Spring; June to
#September would be Summer; September to December
# would be Fall; and December to March would be
#Winter.
#Add your code here!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
