Commit 76b516e0 by BellCodeEditor

save project

parent d73ceb91
Showing with 3 additions and 0 deletions
......@@ -7,3 +7,6 @@ with open(r'C:\Users\玛酷机器人编程中心\Desktop\test.txt','w',encoding=
with open(r'C:\Users\玛酷机器人编程中心\Desktop\test.txt','a',encoding='utf-8') as filel:
filel.write('李明:15本\n')
filel.write('小强:12本\n')
with open(r'C:\Users\玛酷机器人编程中心\Desktop\test.txt','r',encoding='utf-8') as filel:
for
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