Commit 23d3bdee by BellCodeEditor

save project

parent e6bb1a28
Showing with 9 additions and 3 deletions
def os():
total = []
......@@ -16,6 +17,11 @@ def os():
total.append(unit)
print('-'*30)
return total
print(total)
print(os())
\ No newline at end of file
def sam(money):
vis=0
for i in money:
vis = vis + i
return vis
print(sam(os()))
\ 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