Commit be3c7039 by BellCodeEditor

save project

parent 44a7265c
Showing with 2 additions and 2 deletions
......@@ -6,7 +6,7 @@ for i in a:
date=i.split()
print(date[1:])
sum = 0
for sales in date[]:
for sales in data[]:
sum = sum + int(sales)
result=date[0]+str(sum)
result=data[0]+str(sum)
print(result)
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