age = int(input("what year group are you?")) if age == 10 : print("your a junior student") if age == 13 : print("you a senior student")