Commit 345589b0 by BellCodeEditor

save project

parent 09439dc9
Showing with 2 additions and 2 deletions
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
# filel.close() # filel.close()
# with open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')as filel: # with open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')as filel:
# filel.write('QQ:1本\n') # filel.write('QQ:1本\n')
with open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')as filel: with open(r'C:\Users\Administrator\Desktop\text.txt','a',encoding='utf-8')as filel1:
a = filel.read() a = filel1.read()
print(a) print(a)
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