year=int(input("What year are you in ")) if year >10 : print("you are a senior student") if year <10 : print("you are a junior student")