我想加入此列表:
list1 = [1, 2, 3] list2 = ['a', 'b', 'c'] merged = ['1a', '2b', '3c']
大小list1和list2总是一样的.
list1
list2
python list
list ×1
python ×1