Commit b24a15a0 by BellCodeEditor

save project

parent 947a806a
Showing with 3 additions and 1 deletions
...@@ -16,6 +16,7 @@ p=a() ...@@ -16,6 +16,7 @@ p=a()
def b(m) def b(m)
c=0 c=0
for i in m: for i in m:
c=c+m c=c+i
return c return c
print(b(p)) print(b(p))
\ 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