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