Commit 230e5ce0 by BellCodeEditor

save project

parent e2da4c2b
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ for i in a: ...@@ -5,7 +5,7 @@ for i in a:
c = d[1:] c = d[1:]
b = 0 b = 0
for x in c: for x in c:
b += x b += int(x)
print(d[0],b) print(d[0],b)
......
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