From bfd3b0c4164b3e087bf4a3669df5c34337e13376 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:20:29 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BB=BC=E5=90=88=E6=9B=B4=E6=96=B0.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/综合更新.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/综合更新.py b/py/综合更新.py index aeac075..606799d 100644 --- a/py/综合更新.py +++ b/py/综合更新.py @@ -485,7 +485,7 @@ output_file_path = "sorted_" + os.path.basename(file_path) with open('2.txt', "w", encoding="utf-8") as file: for line in sorted_lines: file.write(line) -print(f"文件已排序并保存) +print(f"文件已排序并保存“) ########################################################################################################################################################################################