Commit ae61670c by BellCodeEditor

save project

parent 2639a11f
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ mf=open(r'C:\Users\Think\Desktop\十连双金.txt',"w",encoding="utf-8") ...@@ -3,4 +3,5 @@ mf=open(r'C:\Users\Think\Desktop\十连双金.txt',"w",encoding="utf-8")
mf.write('小兰:12本\n') mf.write('小兰:12本\n')
mf.write('小丽:11本\n') mf.write('小丽:11本\n')
mf.write('李文:9本\n') mf.write('李文:9本\n')
mf.write('张伟:16本\n') mf.write('张伟:16本\n')
\ No newline at end of file mf.close()
\ 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