Commit 174515e4 by BellCodeEditor

auto save

parent 3958e7c7
Showing with 2 additions and 1 deletions
with open(r'c:\Users\玛酷\Desktop\新建文本文档.txt','r',encoding='uft=8') as b: with open(r'c:\Users\玛酷\Desktop\新建文本文档.txt','r',encoding='uft=8') as b:
a=b.readlines() a=b.readlines()
print(a) print(a)
for i in b: for i in a:
print(i) 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