yeargroup = int(input("What is your year group?")) if yeargroup <11: print("You are a junior student!") elif yeargroup >11: print("You are a senior student!") elif yeargroup ==11: print("You are a senior student!")