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"文件已排序并保存“) ########################################################################################################################################################################################