Commit 4708b647 by BellCodeEditor

auto save

parent 92c33446
Showing with 2 additions and 1 deletions
...@@ -6,5 +6,5 @@ for i in a: ...@@ -6,5 +6,5 @@ for i in a:
#print(hb[1:]) #print(hb[1:])
for sales in hb[1:]: for sales in hb[1:]:
fb=fb+int(sales) fb=fb+int(sales)
fbi=hb[0]+str(fb) fbi=hb[0]+str(fb)+'\n'
print(fbi) print(fbi)
\ No newline at end of file
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