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