#统计一个文本文件里用了多少个生字组成。
import os
words=[]
fl="E:/test.txt"
f =open(file,encoding="utf8");
txt=f
python 如何统计文本里文字字数?
于 2022-12-26 19:16:40 首次发布
#统计一个文本文件里用了多少个生字组成。
import os
words=[]
fl="E:/test.txt"
f =open(file,encoding="utf8");
txt=f