Commit 64ebc77d by BellCodeEditor

save project

parent d101c01a
Showing with 3 additions and 1 deletions
......@@ -8,4 +8,6 @@ with open(r'E:\test.txt','r',encoding='utf-8') as file1:
new_data+=data
with open(r'E:\test.txt','w',encoding='utf-8') as file1:
file1.write(new_data)
with open(r'E:\test.txt','r',encoding='utf-8') as file1:
a=file1.read()
print(a)
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