Commit 0c28ebe2 by BellCodeEditor

save project

parent 485f7002
Showing with 2 additions and 2 deletions
......@@ -19,4 +19,4 @@ with open(r"C:\Users\Administrator\Desktop\txet.txt","r",encoding="utf-8") as f:
new_data = new_data+data
print(new_data)
with open(r"C:\Users\Administrator\Desktop\txet.txt","w",encoding="utf-8") as f:
f.write(new_data)
\ No newline at end of file
f.write(new_data)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment