Commit 756d9a95 by BellCodeEditor

save project

parent f12a4658
Showing with 8 additions and 0 deletions
with open(r'c:\Users\admin\Desktop\大智的文件.txt','r',encoding='utf-8') as a:
b=a.readlines()
#print(b)
#print(type(b[3:5]))
for i in b:
print(i)
\ 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