year = int( input("what year are you ") ) if year < 11 : print("you are a junior student") else : print("your are a student student")