Commit 96b59231 by BellCodeEditor

save project

parent 83594bf8
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ def a():
return total
def b(m)
c=0
for i in m:
for i in m:
c=c+i
return c
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