Commit 2865f2ac by BellCodeEditor

save project

parent 5ae6a86e
Showing with 5 additions and 4 deletions
with open(r'c:\Users\70471\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')as file: with open(r'c:\Documents\lesson13_1\sales_list.txt','r',encoding='utf-8')as file:
text=file.readlines() text=file.readlines()
for i in text() for i in text:
print(i) pring(text)
\ No newline at end of file
\ 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