year = int(input("What is your year? ")) if year <= 10: print("Your are a junior") if year >= 11: print("Your a senior")