Yeargroup = int(input( "What is your yeargroup? " )) if Yeargroup == 9: print( "You are a junior" ) if Yeargroup == 13: print( "You are a senior " )