Commit 61ab04e4 by BellCodeEditor

save project

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