Commit 4267f553 by BellCodeEditor

auto save

parent 8a2c7e67
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ for i in a: ...@@ -8,9 +8,9 @@ for i in a:
sum=0 sum=0
for www in data[1:]: for www in data[1:]:
sum=sum+int(www) sum=sum+int(www)
#q=data[0]+str(sum) q=data[0]+str(sum)
#print(q) print(q)
print(sum)
......
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