Commit 51e3ca9b by BellCodeEditor

save project

parent 6e2238de
Showing with 5 additions and 4 deletions
a= open(r"C:\Users\Lenovo\Desktop\yty\yty.txt",'r',encoding='utf-8') a= open(r"C:\Users\Lenovo\Desktop\yty\yty.txt",'r',encoding='utf-8')
with open(r"C:\Users\Lenovo\Desktop\yty\yty.txt",'r',encoding='utf-8')as a: b=a.readlines()
b=a.readlines() print(b)
print(b) for i in b:
\ No newline at end of file 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