print("What is your year group?") year=int(input("Enter the year group:")) if year>10: print("You are a senior.") else: print("You are a junior.")