Commit 1961365d by BellCodeEditor

auto save

parent 0b696932
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ for i in a: ...@@ -5,7 +5,7 @@ for i in a:
date=i.split() date=i.split()
sum=0 sum=0
for sales in date[1:]: for sales in date[1:]:
sum=sum+int(sales) sum=sum+int(sales)+'/n'
resalt=date[0]+str(sum) resalt=date[0]+str(sum)
#print(resalt) #print(resalt)
finat_sum.append(resalt) finat_sum.append(resalt)
......
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