输出篇数

This commit is contained in:
yzqzss 2022-12-29 01:34:30 +08:00
parent 9ea3d1884b
commit 6e12288580

View File

@ -43,7 +43,7 @@ lines.sort()
# f.write(line+'\n')
with open('README.md', 'w') as f:
f.write(markdown+'\n')
f.write(markdown+'计数: '+str(len(lines))+' 篇。\n\n')
for line in header:
f.write(line+'\n')
lines = set(lines)