Commit 47a3c7e0 by BellCodeEditor

auto save

parent 92fba33b
Showing with 3 additions and 2 deletions
...@@ -8,4 +8,5 @@ file1.close() ...@@ -8,4 +8,5 @@ file1.close()
file= open(r'c:\Users\CM\Desktop\book.txt','w',encoding='utf-8') file= open(r'c:\Users\CM\Desktop\book.txt','w',encoding='utf-8')
file.write('小强:10本、n') file.write('小强:10本、n')
file.write('黎明:10本、n') file.write('黎明:10本、n')
\ No newline at end of file file.close
\ 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