Commit 9619a1a1 by BellCodeEditor

save project

parent 2260e1e2
Showing with 4 additions and 2 deletions
......@@ -6,8 +6,10 @@ for i in a:
num = 0
for sales in data[1:]:
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