Python

Months

 

5 points

This program asks the user to enter the number of a month, between 1 and 12. The program then prints out the 3-letter abbreviation for that month. For example, if the user inputs 5, the program should print "May".

 

The video below shows a completed program being run.

Video

 

Starting Point

Download Months.py as a starting point for the project. The file guides you towards completing the program.