Commit f3178e17 by BellCodeEditor

save project

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