Commit 970c4ac7 by BellCodeEditor

auto save

parent 7d0245dd
Showing with 2 additions and 1 deletions
...@@ -10,4 +10,4 @@ for i in a: ...@@ -10,4 +10,4 @@ for i in a:
for s in data[1:]: for s in data[1:]:
sum+=int(s) sum+=int(s)
new_data=data[0]+str(sum) new_data=data[0]+str(sum)
print(new_data) print(new_data)
\ 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