Commit 9bddaa04 by BellCodeEditor

save project

parent 75b554ea
Showing with 4 additions and 2 deletions
...@@ -15,4 +15,6 @@ with open(r c:'\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding=' ...@@ -15,4 +15,6 @@ with open(r c:'\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='
a=file.readiness() a=file.readiness()
for i in a: for i in a:
print(a) data=i.spilt()
\ No newline at end of file print(data[0])
print(data[1:])
\ No newline at end of file
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