Commit 7237c0f3 by BellCodeEditor

save project

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