2015年11月23日

python基础学习

摘要: 1 list () 定义2 dict() 转化为字典3 tuple() 转化为元组4 sort() 和 sorted()区别5 a.sort(key=lambda x:x[1],reverse=true) #以集合中第二项为基准排序 然后反转6 import operator a... 阅读全文

posted @ 2015-11-23 17:04 徐异安 阅读(136) 评论(0) 推荐(0)

导航