Commit 26d7f34a by BellCodeEditor

save project

parent d52ff143
Showing with 8 additions and 1 deletions
...@@ -13,4 +13,10 @@ def a(): ...@@ -13,4 +13,10 @@ def a():
total.append(unit) total.append(unit)
return total return total
b=a() b=a()
print(b) def q(m):
c=0
for i in m:
c=c+i
return c
d=q(b)
print(d)
\ 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