for iteration in range(len(list) - 1): index = iteration +1 #This is the line which has no effect on the inner loop for index in range(len(list)): if list[it
for index in range(iteration + 1, len(list))