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

python中的数组list和字典dic

时间:2016-08-06 22:00:53      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:python 数组 字典

list

#!/usr/bin/env python 
#encoding:utf-8
classmates = [‘Michael‘, ‘Bob‘, ‘Tracy‘]
classmate=[‘01‘,‘02‘,‘03‘]
print(classmate[0])
print(len(classmate))

dic

#!/usr/bin/env python 
#encoding:utf-8
a={‘xaioming‘:80,‘lili‘:90,‘kk‘:101}
print(a[‘lili‘])
~


本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1835099

python中的数组list和字典dic

标签:python 数组 字典

原文地址:http://wsxxsl.blog.51cto.com/9085838/1835099

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