Exerpad
Exercise 10 · Chapter: ConditionsOptional+50 XP

Season Finder

Read a month number (1-12) and print the season:

  • 12, 1, 2: Winter
  • 3, 4, 5: Spring
  • 6, 7, 8: Summer
  • 9, 10, 11: Fall

Example: Input 7 → Output Summer

Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.