Commit ba83dd4c by BellCodeEditor

auto save

parent 73c94922
Showing with 2 additions and 2 deletions
...@@ -19,4 +19,4 @@ with open(r'C:\Users\makcoo03\Desktop\book.txt','w',encoding='utf-8') as file1: ...@@ -19,4 +19,4 @@ with open(r'C:\Users\makcoo03\Desktop\book.txt','w',encoding='utf-8') as file1:
file1.write(new_date) file1.write(new_date)
with open(r'C:\Users\makcoo03\Desktop\book.txt','r',encoding='utf-8') as file1: with open(r'C:\Users\makcoo03\Desktop\book.txt','r',encoding='utf-8') as file1:
a=file1.read() a=file1.read()
print(a) print(a )
\ No newline at end of file \ 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