y = int( input( "What is your year group?" ) ) if y > 10 < 14: print( "You are a senior student" ) elif y > 8 < 11: print( "you are a junior student" ) else: print( "silly billy" )