year = input ("What is your year group?") if year >=9: print("You are a junior student") else : print("You are a senior")