Commit 9619a1a1 by BellCodeEditor

save project

parent 2260e1e2
Showing with 3 additions and 1 deletions
...@@ -6,7 +6,9 @@ for i in a: ...@@ -6,7 +6,9 @@ for i in a:
num = 0 num = 0
for sales in data[1:]: for sales in data[1:]:
num = num+int(sales) num = num+int(sales)
print(num) b = data[0]+str(num)
print(b)
......
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