Commit 147d21bf by BellCodeEditor

save project

parent 03d74298
Showing with 3 additions and 2 deletions
......@@ -4,6 +4,6 @@ for i in a:
c=i.split()
sum=0
for s in c[1:]:
sum+=s
q=c[0]+sum
sum+=int(s)
q=c[0]+str(sum)
print(q)
\ 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