会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Hey!Linux.
你现在的想法,决定你十年后的状态.
首页
新随笔
联系
管理
2016年1月15日
Python 基础 - 统计文本里单词的个数以及出现的次数
摘要: # -*- coding:utf-8 -*-#author:Vdef tol (file1,gui): #写一个方法,定义文件,or 匹配规则 import re patt = re.compile(gui)#print(type(patt)) f = open(file1,...
阅读全文
posted @ 2016-01-15 10:38 -V
阅读(5744)
评论(0)
推荐(0)
编辑