Commit 26fb998c by BellCodeEditor

save project

parent e36dee7f
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ def calcu(): ...@@ -12,7 +12,7 @@ def calcu():
total.append(unit) total.append(unit)
return total return total
def sumhe (total) def sumhe (total):
count=0 count=0
for i in total: for i in total:
count+=i count+=i
......
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