Commit 44a7265c by BellCodeEditor

save project

parent 1fb42a89
Showing with 3 additions and 2 deletions
......@@ -7,4 +7,6 @@ for i in a:
print(date[1:])
sum = 0
for sales in date[]:
\ No newline at end of file
sum = sum + int(sales)
result=date[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