yeargroup = int(input ("What is your year group?") ) if yeargroup <= 9 : print("You are a junir student") if yeargroup > 9 : print("You are a senior student")