I\'m trying to join two lists that have different lengths of data.
list1 = [a,b,c,d,e,f] list2 = [1,2,3,4,5,6,7,8,9,10,11,12]
My desired out