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