year = int(input("What is your year group? ")) if year > 12 : print("You are a senior student") else: print("You are a junior student")