Commit ca35d337 by BellCodeEditor

save project

parent 8a179cf2
Showing with 2 additions and 0 deletions
......@@ -21,3 +21,4 @@ with open(r"C:\Users\86139\Desktop\text.txt",'r',encoding='utf-8') as file:
new_data+=data
with open(r"C:\Users\86139\Desktop\text.txt",'w',encoding='utf-8') as file:
file.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