Commit 830266f5 by BellCodeEditor

save project

parent c9498422
Showing with 9 additions and 0 deletions
#a=open(r'C:\Users\0000\Desktop\新建文件夹\sb.txt','w',encoding='utf-8')
#a.write('10\n')
#a.write('20\n')
#a.close()
#with open(r'C:\Users\0000\Desktop\新建文件夹\sb.txt','a',encoding='utf-8') as a:
# a.write('30\n')
with open(r'C:\Users\0000\Desktop\新建文件夹\sb.txt','r',encoding='utf-8') as a:
b=a.read()
print(b)
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