Commit e76ed200 by BellCodeEditor

save project

parent 84ae9abf
Showing with 4 additions and 2 deletions
...@@ -6,4 +6,6 @@ filel.write('李明:12本\n') ...@@ -6,4 +6,6 @@ filel.write('李明:12本\n')
filel.write('sb:123\n') filel.write('sb:123\n')
filel.close() filel.close()
''' '''
with open() with open(r'C:\Users\Administrator\Desktop\姓陈的人是SB.txt','a',encoding='utf-8')as filel:
\ No newline at end of file filel.write('sb:133')
\ 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