Commit 96c2201a by BellCodeEditor

auto save

parent 3937c0fe
Showing with 6 additions and 0 deletions
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
ij=open(r'C:\Users\29018\Desktop\uxcucya.txt','w',encoding='utf-8') ij=open(r'C:\Users\29018\Desktop\uxcucya.txt','w',encoding='utf-8')
ij.write('小兰:12本''小丽:11本''李文:9本''张伟:16本') ij.write('小兰:12本''小丽:11本''李文:9本''张伟:16本')
ij.close() ij.close()
ij=open(r'C:\Users\29018\Desktop\uxcucya.txt','a',encoding='utf-8')
ij.write('小张:122本')
ij.close()
with open(r'C:\Users\29018\Desktop\uxcucya.txt','w',encoding='utf-8')as 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