year = int( input( 'what is your year group')) if year < 11 : print( 'your a junior student') else : print( 'your a senior student')