Commit 5e2a3af9 by BellCodeEditor

save project

parent c6146f13
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@
#asdf.write('daddd:10\n')
#asdf.write('sghsa:\15n')
#asdf.close()
with open(r'C:\Users\Administrator\Desktop\sb.doc','a',encoding='utf-8') as asdf:
with open(r'C:\Users\Administrator\Desktop\sb.doc','r',encoding='utf-8') as asdf:
a=asdf.read()
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