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