name = input("What is your year group") if name == "9" : print("You nare a junior student") if name == "13" : print("You are a senior student")