Update 综合更新.py

This commit is contained in:
frxz751113
2024-08-21 10:20:29 +08:00
committed by GitHub
parent 33fe2b4e0a
commit bfd3b0c416
+1 -1
View File
@@ -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"文件已排序并保存)
########################################################################################################################################################################################