会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前行者2011
博客园
首页
新随笔
联系
管理
订阅
2013年1月15日
输出列表中出现次数最多的元素 分类: python 2013-01-15 15:25 990人阅读 评论(0) 收藏
摘要: #以下是网上的一个牛人给你的解决方法from collections import Countera=['bj', 'bj', 'bj', 'gz', 'shh', 'shh']d=Counter(a)print dprint d.most_common()print d.most_common()...
阅读全文
posted @ 2013-01-15 15:25 前行者2011
阅读(205)
评论(0)
推荐(0)
编辑
公告