1 Star 1 Fork 0

flytassel/基于Python的文本计数统计

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
欧路简版.txt 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chen Zhicheng 提交于 2022-11-02 21:35 . v0.3 项目完成扩展功能
The exploitation and construction of living and commercial regions in the west of Hangzhou, Zhuantang, Liuxia, Jiangcun and the new district of Sandun
effectively gather the popularity further; the commercial atmosphere increases day by day and the development condition for service industry also
for root,dirs,files in os.walk(path):
for item in files:
file_abs_path = os.path.join(root,item)
postfix = os.path.splitext(file_abs_path)[1]
if postfix == '.py':
#print 'Start: ',file_abs_path
with open(file_abs_path) as fp:
while True:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flytassel/Python_word_count.git
git@gitee.com:flytassel/Python_word_count.git
flytassel
Python_word_count
基于Python的文本计数统计
master

搜索帮助