Commit 2a903734 by BellCodeEditor

save project

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