Commit 3bc39008 by BellCodeEditor

save project

parent e1bb752c
Showing with 6 additions and 3 deletions
...@@ -14,10 +14,13 @@ def new_input(): ...@@ -14,10 +14,13 @@ def new_input():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
finally: finally:
return total return total
return = new_input() return = new_input()
def sum(money)
a=0
for in money:
a=a+i
return a
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