Commit 34a0181c by BellCodeEditor

save project

parent b475b528
Showing with 1 additions and 1 deletions
with open(r'c:\Users\rache\Documents\lesson13-1\sales_list.txt',"r",encoding='utf-8')as fff: with open(r'c:\Users\rache\Documents\lesson13-1\sales_list.txt',"r",encoding='utf-8')as fff:
a=fff.readlines() a=fff.readlines()
# print(a) # print(a)
m=[]
for i in a: for i in a:
ggg=i.split() ggg=i.split()
# print(ggg[0]) # print(ggg[0])
......
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