Commit fdc43b48 by BellCodeEditor

save project

parent 63fa08c2
Showing with 2 additions and 1 deletions
......@@ -2,6 +2,6 @@
a=open(r'C:\Users\Administrator\Desktop\dook.txt','w',encoding='utf-8')
a.write('小兰:12本\n小丽:11本\n李文:9本\n张伟:16本')
a.close()
s=open(r'C:\Users\Administrator\Desktop\dook.txt','w',encoding='utf-8')
s=open(r'C:\Users\Administrator\Desktop\dook.txt','a',encoding='utf-8')
s.write('sb')
s.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