Commit 9319306d by BellCodeEditor

save project

parent faa30e1b
Showing with 2 additions and 1 deletions
...@@ -5,5 +5,6 @@ for i in e: ...@@ -5,5 +5,6 @@ for i in e:
sum=0 sum=0
for w in data[1:]: for w in data[1:]:
sum=sum+int(w) sum=sum+int(w)
print(sum) x=data[0]+str(sum)
print(x)
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