Commit 237bf039 by BellCodeEditor

save project

parent f881b034
Showing with 1 additions and 1 deletions
with open(r'c:\Users\23636\Documents\lesson13_2\sales_list.txt','r',encoding='utf-8') as op: with open(r'c:\Users\bellcode\Documents\lesson13-4\sales_list.txt','r',encoding='utf-8') as op:
a=op.readlines() a=op.readlines()
for i in a: for i in a:
data=i.split() data=i.split()
......
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