x=len(sorted_list) z=1 for y in range (2,x): if sorted_list[y][1]=="0" and len(sorted_list[y])>3: z+=1 sorted_list.insert(y,\'Message \'+ str(z)