num1 = int( input( "what is your year group?" ) ) if num1 > 10 : print( " you are a senior" ) else : num1 <=10 print ("you are a junior")