Commit 41994ef7 by BellCodeEditor

save project

parent 533b073d
Showing with 6 additions and 2 deletions
with open(r'C:\Users\稚慧人生\Desktop\asd.txt','r',encoding='utf-8') as asdf:
\ No newline at end of file
with open(r'C:\Users\稚慧人生\Desktop\asd.txt','r',encoding='utf-8') as asdf:
a=asdf.readlines()
#print(a)
for q in a:
print(q)
\ 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