Commit 996bb3ed by BellCodeEditor

save project

parent 29f1deeb
Showing with 4 additions and 2 deletions
with open(r"c:\Users\EDY\Documents\lesson13-1\sales_list.txt",'r',encoding='utf-8') as file1: with open(r"c:\Users\EDY\Documents\lesson13-1\sales_list.txt",'r',encoding='utf-8') as file1:
a = file1.readliens() a = file1.readliens()
for i in range( len(a) ):
print(a[i])
for i in a:
b = i.solit()
print(b[0])
print(b[1:])
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