num1= int(input("what year group are you in? ")) if num1 > 10: print("you are a senior!") else: print("you are a junoir!")