Commit fbc0ec17 by BellCodeEditor

save project

parent cd4ebdf6
Showing with 2 additions and 2 deletions
......@@ -7,4 +7,4 @@ with open(r"C:\Users\贝贝\Desktop\test.txt",'r',encoding='utf-8') as file1:
new_data+=data
with open(r"C:\Users\贝贝\Desktop\test.txt",'w',encoding='utf-8') as file1:
flie1.write(new_data)
\ No newline at end of file
file1.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