Mini-exercise
Wouldn’t it be nice to request the semester from an instance like, month.semester
instead of using the function?
Add a semester computed property to the Month enumeration so that you can run this code:
let semester = month.semester // "Autumn"