age = int(input("what is your age group?")) if age < 10 : print("you are a junior student") elif age > 10 : print("you are a senior student")