Commit 178cf54c by BellCodeEditor

save project

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