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