Commit 4c2cff33 by BellCodeEditor

save project

parent 2b60593c
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ with open(r"C:\Users\GT\Documents\lesson13-1\sales_list.txt","r",encoding="utf-8
for i in a:
data=i.split()
print(data[0])
sum=0
for sales in data[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