Commit cf31748c by BellCodeEditor

save project

parent 3c2238d1
Showing with 8 additions and 2 deletions
...@@ -13,4 +13,10 @@ def a(): ...@@ -13,4 +13,10 @@ def a():
total.append(unit2) total.append(unit2)
return total return total
b=a() b=a()
print(b) def p(c):
\ No newline at end of file money=0
for i in c:
money=money+i
return money
u=p(b)
print(u)
\ 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