Commit fe3f3085 by BellCodeEditor

save project

parent a681bf21
Showing with 2 additions and 1 deletions
a=open(r"c:\Users\lenovo\Documents\lesson13-1\sales_list.txt","r",encoding="utf-8") a=open(r"c:\Users\lenovo\Documents\lesson13-1\sales_list.txt","r",encoding="utf-8")
s=a.read() s=a.readlines()()
a.close() a.close()
for i in s: for i in s:
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