Commit cc086be1 by BellCodeEditor

save project

parent fb24cb8d
Showing with 4 additions and 4 deletions
file=open(r'C:\Users\鲍\Desktop','r',encoding='utf-8'): with open(r'c:\Users\鲍\Desktop\145.txt','r',encoding='utf-8') as b:
a=file.read() a=b.read()
print(a) print(a)
file.colse() #file.colse()
\ No newline at end of file \ 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