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