Commit 6cdab6dc by BellCodeEditor

save project

parent 2b777de8
Showing with 4 additions and 2 deletions
...@@ -2,5 +2,7 @@ with open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='u ...@@ -2,5 +2,7 @@ with open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='u
b = a.readlines() b = a.readlines()
#print(b) #print(b)
for i in b: for i in b:
b.spl() c = i.spilt()
print(b) print(c[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