YearLevel = input("What is your year level?") if YearLevel == "9": print("You are a junior student") elif YearLevel == "13": print("You are a senior student")