Commit 4bae1490 by BellCodeEditor

save project

parent 98ccbee6
Showing with 3 additions and 2 deletions
......@@ -6,7 +6,7 @@ for i in a:
#print(c[0])
e=0
for b in c[1:]:
d+=int(b)
e=e+int(b)
e+=int(b)
print(c[0]+str(e))
\ 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