I want to validate that the class is a number between 1 and 6. Any help would be greatly appreciated.
print("What is your name?") #Asking User Name
name = input().title()
class_name = input("What class are you in? ")
print (name, ", Welcome to the Maths Test")