Commit 76126330 by BellCodeEditor

save project

parent 04e09b3c
Showing with 2 additions and 3 deletions
with open(r'c:\Users\84249\Documents\lesson13-3\sales_list.txt','r',encoding='utf-8')as u:
l=u.readlines()
with open(r'C:\Users\84249\Documents\lesson13-1','r',encoding='utf-8')as life:
l=life.read()
print(l)
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