简单粗暴上代码
A= [] B = [] C= dict(map(lambda x,y:[x,y],A,B))
酱紫,就合成了一个字典
Python把两个列表合成一个字典
原文:https://www.cnblogs.com/yqpy/p/8626426.html