会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
蓝色的风虫
这些只懂得抄袭的人,永远没有勇气弄些跟人家不一样的东西。如果你找到一些真正的新事物,它一定有些与众不同之处。
博客园
首页
新随笔
新文章
联系
管理
订阅
2018年3月12日
python 统计单词个数,并按个数与字母排序
摘要: # coding: utf-8 # In[1]: import collections str = "Be slow to promise and quick to perform" # 按空格切割 str_split = str.split(' ') # In[2]: str_split # Out[2]: #['Be', 'slow', 'to', 'promise', 'an...
阅读全文
posted @ 2018-03-12 23:23 天进鱼
阅读(5042)
评论(0)
推荐(0)
编辑
公告