python基本算法合集(18)——列表转换为字典

i=['a','b']
l=[1,2]
print (dict([i,l]))

 

posted @ 2021-03-10 16:26  有图有派  阅读(34)  评论(0编辑  收藏  举报