num1 = int(input("what year are you?")) if num1 < 11 : print("You are a junior student") if num1 >= 11 : print("You are a senior student")