Write a Python program that reads an integer representing a month of the year, andthen print the name of the month. Your program must include validation and errorhandling code. Thus, if the user enters a value outside the range of 1-12; or charactersthat cannot be converted to an integer, your code must print the appropriatemessage and continue without crashing. (Hint: You may NOT USE any 'if' statements.)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here