Commit 14ae1fcd by BellCodeEditor

save project

parent b8d8214f
Showing with 5 additions and 2 deletions
...@@ -4,4 +4,8 @@ x.write('小兰:12本/n') ...@@ -4,4 +4,8 @@ x.write('小兰:12本/n')
x.close() x.close()
file=open(r'C:\Users\Administrator\Desktop','a',encoding='utf-8') file=open(r'C:\Users\Administrator\Desktop','a',encoding='utf-8')
x.write('小丽:11本\n') x.write('小丽:11本\n')
x.write('李文:9本\n') x.write('李文:9本\n')
\ No newline at end of file with open(r'C:\Users\Administrator\Desktop','a',encoding='utf-8') as
x:
x.write('小丽:11本\n')
x.write('李文:9本\n')
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