year group = input ( "What is your year group" ) if year group == "9" : print( "You are a junior" ) else: print( "You are a senior" )