Commit c3ee540b by BellCodeEditor

save project

parent 0b429aae
Showing with 2 additions and 2 deletions
...@@ -5,4 +5,4 @@ fine1.write('李文:9本') ...@@ -5,4 +5,4 @@ fine1.write('李文:9本')
fine1.write('张伟:16本') fine1.write('张伟:16本')
fine1.close() fine1.close()
with open(r'C:\Users\Administrator\Desktop\ .txt','w',encoding='utf-8')as fine1: with open(r'C:\Users\Administrator\Desktop\ .txt','w',encoding='utf-8')as fine1:
fine1.white('小强:12本') fine1.write('小强:12本')
\ No newline at end of file \ 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