标签: python-2.7 list
list1=[1,2,3,4] list2=['a','b','c','d']
现在我需要通过
final_list = dict(zip(list1,list2))
我需要添加值:
1:a,m,o 2:b,y,z ..