Commit b98cd107 by BellCodeEditor

auto save

parent 30aadf8e
Showing with 0 additions and 2 deletions
...@@ -13,4 +13,3 @@ with open(r'C:\Users\cm\Desktop\book.txt','w',encoding='utf-8') as file1: ...@@ -13,4 +13,3 @@ with open(r'C:\Users\cm\Desktop\book.txt','w',encoding='utf-8') as file1:
with open(r'C:\Users\cm\Desktop\book.txt','w',encoding='utf-8') as file1: with open(r'C:\Users\cm\Desktop\book.txt','w',encoding='utf-8') as file1:
a=file1.read() a=file1.read()
print(a) 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