Commit 4192dc6f by BellCodeEditor

save project

parent 132da9e3
Showing with 1 additions and 1 deletions
...@@ -7,4 +7,4 @@ for i in a: ...@@ -7,4 +7,4 @@ for i in a:
for sales in data[1:]: for sales in data[1:]:
sum += int(sales) sum += int(sales)
n=data[0]+str(sum) n=data[0]+str(sum)
print(sum) print(n)
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