Commit 96b59231 by BellCodeEditor

save project

parent 83594bf8
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ def a(): ...@@ -14,7 +14,7 @@ def a():
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
return c return c
p=a() p=a()
......
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