Commit 91930f61 by BellCodeEditor

save project

parent 7f0b14ee
Showing with 3 additions and 4 deletions
......@@ -5,6 +5,5 @@
# file1.write('李文:9本\n')
# file1.write('张伟:16本\n')
# file1.close()
with open(r'C:\Users\86180\Desktop\test.txt','a',encoding='utf-8')as
file:
file1.write(''ba12\n'')
\ No newline at end of file
with open(r'C:\Users\86180\Desktop\test.txt','a',encoding='utf-8')as file:
file.write('小ba:12本\n')
\ 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