Commit 178cf54c by BellCodeEditor

save project

parent 7b98016c
Showing with 4 additions and 3 deletions
...@@ -6,9 +6,9 @@ def sb(): ...@@ -6,9 +6,9 @@ def sb():
break break
else: else:
total.append(int(unit)) total.append(int(unit))
dsb1=0 dsb=0
for i in total: for i in total:
dsb1=dsb1+i dsb=dsb+i
print(dsb1) print(dsb)
sb() sb()
\ 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