# Pastebin HQCVBnBw a = [ [ 1, 2, 3], [ 4, 5, 6] ] b = [ 'A', 'B', 'C', 'D', 'E', 'F'] b.zip(a.flatten)