Commit 50de5669 by BellCodeEditor

save project

parent e500fd9b
Showing with 2 additions and 2 deletions
...@@ -8,6 +8,6 @@ for i in b: ...@@ -8,6 +8,6 @@ for i in b:
sb=0 sb=0
for j in c[1:]: for j in c[1:]:
sb=sb+int(j) sb=sb+int(j)
m= m=c[0]+str(sb)
print(sb) print(m)
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