year = int( input("What year are you? ") ) if year < 10 : print( "You are a junior!") if year > 10 : print( "You are a senior!")