Commit 89aa2b99 by BellCodeEditor

save project

parent 4a59cf32
Showing with 4 additions and 0 deletions
...@@ -4,3 +4,6 @@ filel.write('小丽:11本') ...@@ -4,3 +4,6 @@ filel.write('小丽:11本')
filel.write('李文:9本') filel.write('李文:9本')
filel.write('张伟:16本') filel.write('张伟:16本')
filel.close() filel.close()
file=open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf-8')
file.write('小兰:1200本\n')
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