Commit 78f5e4f1 by BellCodeEditor

save project

parent 718460ad
Showing with 4 additions and 3 deletions
......@@ -2,7 +2,7 @@
#file1=open(r"C:\Users\15731\Desktop\Helloblock\Helloblock,book.txt",'w',encoding='utf-8')
#file1.write('小兰:12本''小丽:11本''李文:9本''张伟:16本')
#file1.close()
with=open(r"C:\Users\15731\Desktop\Helloblock\Helloblock,book.txt",'a',encoding='utf-8')
file1
file1.write('小兰:12本')
=open(r"C:\Users\15731\Desktop\Helloblock\Helloblock,book.txt",'a',encoding='utf-8')
.write('小兰:12本')
\ 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