Commit 724b407e by BellCodeEditor

save project

parent abc91504
Showing with 19 additions and 3 deletions
p-s = "c:\\Users\\EDZ\\Documents\\lesson13-1\\sales_list.txt" b = "c:\\Users\\EDZ\\Documents\\lesson13-1\\sales_list.txt"
with open(p-s,"r",encoding = "utf-8") as file:
a = file.read() with open(b,"r",encoding = "utf-8") as file:
a = file.readlines()
#print(a)
for i in a:
print(a) print(a)
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