Commit 89a092c5 by BellCodeEditor

save project

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