Commit 86f62412 by BellCodeEditor

auto save

parent d1ab9040
Showing with 3 additions and 2 deletions
with open(r'C:\Users\r\Desktop\sdf.txt','r',encoding='utf-8') as sdf: with open(r'C:\Users\r\Desktop\sdf.txt','r',encoding='utf-8') as sdf:
a=sdf.readlines() a=sdf.readlines()
print(a) for wu in a:
\ No newline at end of file print(wu)
\ 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