Commit 5fe044fb by BellCodeEditor

save project

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