Commit 3535d0e3 by BellCodeEditor

save project

parent 96b59231
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ def a(): ...@@ -12,7 +12,7 @@ def a():
else: else:
total.append(unit) total.append(unit)
return total return total
def b(m) def b(m):
c=0 c=0
for i in m: for i in m:
c=c+i c=c+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