Commit 23d3bdee by BellCodeEditor

save project

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