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