Commit 2a903734 by BellCodeEditor

save project

parent 2d14dae4
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ def new_input(): ...@@ -16,7 +16,7 @@ def new_input():
def count(unit): def count(unit):
sum = 0 sum = 0
for i in money: for i in money:
sum = sum + 1 sum = sum + i
return sum return sum
abc=new_input() abc=new_input()
......
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