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