Commit 6eb4b9c1 by BellCodeEditor

save project

parent f15281e7
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ a.write('张伟:16本\n')
a.write('小强:12本\n')
a.close()
a = open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')
a.write(a.write('李明:11本\n'))
a.close()
......
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