Commit 82f9b00d by BellCodeEditor

save project

parent ce9e98e9
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ for i in a: ...@@ -7,7 +7,7 @@ for i in a:
# print(ggg[0]) # print(ggg[0])
# print(ggg[1:]) # print(ggg[1:])
sss=0 sss=0
for iii in ggg[1:] for iii in ggg[1:]:
sss+=int(iii) sss+=int(iii)
aaa=ggg[0]+":"+str(sss) aaa=ggg[0]+":"+str(sss)
print(aaa) print(aaa)
......
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