num1= int(input( "what grade are you in?" )) if num1 > 10 : print( "you are a senior student" ) else: print( "you are a junior student" )