码迷,mamicode.com
首页 > 编程语言 > 详细

python 列表转字典方法

时间:2014-11-12 12:08:00      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:sp   on   bs   python   nbsp   c   方法   ip   br   

列表是有要求的

a = [ [xx,xx],[xx,xx] ] 或者a = [ (xx,xx),(xx,xx) ]

前面数是key  后面数是value

转换c = dict(a)

若是两个列表a = [xx,xx,xx]  b = [xx,xx,xx]

则可以这样做  c = dict(zip(a,b))


python 列表转字典方法

标签:sp   on   bs   python   nbsp   c   方法   ip   br   

原文地址:http://my.oschina.net/u/1032854/blog/343398

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!