print("What is your year group?") year = int(input("Enter your Year Group")) if year > 10 : print("You are a senior student") else : print("You are a junior student")