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!" )