Commit b8e0fb49 by BellCodeEditor

auto save

parent 454c952d
Showing with 3 additions and 2 deletions
...@@ -6,4 +6,5 @@ for w in a : ...@@ -6,4 +6,5 @@ for w in a :
for i in e[1:]: for i in e[1:]:
sum=sum+int(s) sum=sum+int(s)
r=e[0]+str(sum) r=e[0]+str(sum)
print(r) print(r)
\ No newline at end of file
\ 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