Join lists of different lengths at unequal intervals in python?

后端 未结 0 851
不知归路
不知归路 2020-12-08 09:24

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题