Commit 05e1edf7 by BellCodeEditor

save project

parent e87372af
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ for i in a: ...@@ -11,7 +11,7 @@ for i in a:
for sales in www[1:]: for sales in www[1:]:
sum=sum+int(sales) sum=sum+int(sales)
qq=www[0]+str(sum) qq=www[0]+str(sum)
print(qq) a=print(qq)
......
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