Commit 21d643f3 by BellCodeEditor

save project

parent 490a9067
Showing with 6 additions and 0 deletions
......@@ -14,7 +14,13 @@ def a():
total.append(unit)
print(total)
return total
def c (d) :
e = a()
for i in d :
e=e+i
return e
b=a()
f=c(b)
print(b)
......
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