Commit 5f6f138b by BellCodeEditor

save project

parent 2fe0d9b3
Showing with 3 additions and 3 deletions
...@@ -14,6 +14,6 @@ with open(r"C:\Users\23636\Desktop\toom.txt","r",encoding="utf-8") as fell: ...@@ -14,6 +14,6 @@ with open(r"C:\Users\23636\Desktop\toom.txt","r",encoding="utf-8") as fell:
new_data+=data new_data+=data
with open(r"C:\Users\23636\Desktop\toom.txt","w",encoding="utf-8") as fell: with open(r"C:\Users\23636\Desktop\toom.txt","w",encoding="utf-8") as fell:
fell.write(new_data) fell.write(new_data)
with open(r"C:\Users\23636\Desktop\toom.txt","r",encoding="utf-8") as fell:
a=fell.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