Commit fb0893ac by BellCodeEditor

save project

parent 8d087ed8
Showing with 6 additions and 1 deletions
......@@ -8,5 +8,9 @@ def new_input():
except:
else:
total.append(unit)
def sum(money):
count=0
for i in money:
count=count+1
return count
print(total)
\ 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