Commit 530217b7 by BellCodeEditor

auto save

parent 31d0f55a
Showing with 2 additions and 3 deletions
...@@ -6,5 +6,4 @@ for i in str: ...@@ -6,5 +6,4 @@ for i in str:
sum = 0 sum = 0
for num in a: for num in a:
sum = sum + int(num) sum = sum + int(num)
result =data[0] + str(num) sum = str(sum)
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