From 6e1228858084e74d9ec4d9215cdd5e0745bdc64c Mon Sep 17 00:00:00 2001 From: yzqzss Date: Thu, 29 Dec 2022 01:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=AF=87=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dfa2201..bcecbce 100644 --- a/main.py +++ b/main.py @@ -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)