print("-------------------------------------------------------------------") print("Year Group") age= int(input("What is your year group?")) if age< 11: print("You are a junior student") else: print("You are a senoir student")