Commit 1e5c65e5 by BellCodeEditor

save project

parent 0204fd7f
Showing with 2 additions and 2 deletions
...@@ -6,4 +6,4 @@ for i in a: ...@@ -6,4 +6,4 @@ for i in a:
for p in data[1:]: for p in data[1:]:
num=num+int(p) num=num+int(p)
result=data[0]+str(num) result=data[0]+str(num)
print(result) print(result)
\ 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