year=int(input("what is your year group")) if year > 10 : print("you are a senior student") else: print("you are a junior student")