Commit f68cd8be by BellCodeEditor

auto save

parent 43a26901
Showing with 3 additions and 2 deletions
...@@ -11,4 +11,5 @@ for i in s: ...@@ -11,4 +11,5 @@ for i in s:
#print(a[1:]) #print(a[1:])
for d in a[1:]: for d in a[1:]:
sum=sum+int(d) sum=sum+int(d)
print(sum) f=a[0]+str(sum)
\ No newline at end of file print(f)
\ 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