A condition of the task is:- If the list is not ordered by increasing string length, then display the index of the first element that violates this order. The list is:- grandfather grandmother father mother son daughter cats dog program car My code displayed index 1 (Grandmother) as it is the first that does not increase (both grandfather and grandmother are length 11). The CodeGym displayed 2 (father). Of course, I think I'm right and CodeGym is wrong😄 but I'm willing to be convinced otherwise if I'm wrong????????