Commit 3371a253 by BellCodeEditor

save project

parent d958925f
Showing with 5 additions and 0 deletions
...@@ -8,3 +8,7 @@ with open(r'C:\Users\Administrator\Desktop\burke.txt','w',encoding ='utf-8') as ...@@ -8,3 +8,7 @@ with open(r'C:\Users\Administrator\Desktop\burke.txt','w',encoding ='utf-8') as
with open(r'C:\Users\Administrator\Desktop\burke.txt','a',encoding ='utf-8') as aneng: with open(r'C:\Users\Administrator\Desktop\burke.txt','a',encoding ='utf-8') as aneng:
aneng.write('小强:10本\n') aneng.write('小强:10本\n')
aneng.write('李明:15本\n') aneng.write('李明:15本\n')
aneng.write('虫大:1本\n')
aneng.write('虫二:0本')
with open(r'C:\Users\Administrator\Desktop\burke.txt','r',encoding ='utf-8') as aneng:
print(aneng.read())
\ 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