print("What is your name?") 
 Name = input().title() 
 Class = str(input ("What class are you in? "))
 while Class != "1" and Class != "2" and Class != "3": 
I want python to say that no name has been in putted by checking something has been entered.
 
    