Commit 6ec54420 by BellCodeEditor

save project

parent 0b2cb023
Showing with 2 additions and 3 deletions
......@@ -4,7 +4,6 @@ with open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',enco
for i in f:
data = i.split()
x = data[1:]
print(x)
sum = 0
for
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