Is there a way to zip a list of list with a list? So for example you have the two lists:
a = [[\'a\',\'b\'],[\'c\',\'d\']], b = [1, 2].
And I