Commit 321b1233 by BellCodeEditor

save project

parent 6cf25bbc
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ for i in a: ...@@ -6,7 +6,7 @@ for i in a:
data=i.split() data=i.split()
sum=0 sum=0
for salse in data[1:]: for salse in data[1:]:
sum=sum+int(salse)#+'\n' sum=sum+int(salse)
w=data[0]+str(sum) w=data[0]+str(sum)
abcd.append(w) abcd.append(w)
......
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