print("Year Check") year = int(input("What year are you?")) if year > 10 : print("you are a senior") else: print("you are a junior")