码迷,mamicode.com
首页 > 其他好文 > 详细

dict笔记

时间:2017-05-27 00:48:07      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:生成   color   class   ems   span   nbsp   style   log   笔记   

1.通过两个list生成一个dict

1 listA={a,b,c}
2 listB={1,2,3}
3 print dict(zip(listA,listB))

 2.dict的遍历

for (key,value) in dict.items():
    print key,value

 

dict笔记

标签:生成   color   class   ems   span   nbsp   style   log   笔记   

原文地址:http://www.cnblogs.com/guozhijiang/p/6910772.html

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