Make a Python program that determines the month of the year based on the value of a variable called "month". The variable will be a number from 1 to 12 (1 is January, 2 is February, etc.). Use a print statement to write the month to the screen. Important: you will need to declare the variable "month" and assign it a value in order to test your code. However, do not submit your code to be graded with the variable declaration and assignment. The auto-grader will declare the variable for you and give it a value.