Commit 21d643f3 by BellCodeEditor

save project

parent 490a9067
Showing with 7 additions and 1 deletions
......@@ -13,8 +13,14 @@ def a():
else:
total.append(unit)
print(total)
return 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