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