Commit 5021ae19 by BellCodeEditor

save project

parent f14f7e7c
Showing with 2 additions and 1 deletions
......@@ -22,5 +22,5 @@ with open(r"C:\Users\玛酷市南1号\Desktop\text.txt",'w',encoding='utf-8') as
file1.write(new_data)
with open(r"C:\Users\玛酷市南1号\Desktop\text.txt",'w',encoding='utf-8') as file1:
a=file.read()
a=file1.read()
print(a)
\ 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