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