Commit 83594bf8 by BellCodeEditor

save project

parent b24a15a0
Showing with 2 additions and 2 deletions
...@@ -12,11 +12,10 @@ def a(): ...@@ -12,11 +12,10 @@ def a():
else: else:
total.append(unit) total.append(unit)
return total return total
p=a()
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()
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