year = int(input("What is Your Year? ")) if year <= 10: print("You are A Junior") else : print("You Are A Senior")