what are these dots for ? and how is my tactic to find the solution here? i try to use 2 for-loops to compare one word of the list with the next (i = 0 & j = i +1) is this approach useful, or is there a better way to do so? thanks