useryear = int(input("What is your year group? ")) if useryear <= 10: print("you are a junior") else: print("You are a senior student")