Commit cf31748c by BellCodeEditor

save project

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