Commit bd4cbd63 by BellCodeEditor

save project

parent ac2e3a75
Showing with 10 additions and 0 deletions
小兰:12本 小丽:11本 李文:9本 张三:16本
\ No newline at end of file
小兰:12本
小丽:11本
李文:9本
张三:16本
\ No newline at end of file
......@@ -2,3 +2,6 @@
f = open('text.txt','w+')
f.write('小兰:12本 小丽:11本 李文:9本 张三:16本')
f.close()
with open('桌面\\text.txt','r',encoding="utf-8")as file:
f.write('小强:12本\n李明:15')
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