year= float(input( "What year are you")) if year > 10 : print( "youre a senior" ) else: print( "Youre a junior")