Commit 41f46535 by BellCodeEditor

save project

parent 0df5aad3
Showing with 8 additions and 0 deletions
......@@ -11,5 +11,12 @@ def new_input():
else:
total.append(unit)
return total
def sum(money)
summoney=0
for i in money=0
summoney+=i
return summoney
tol=new_input()
print(tol)
mon=sum(tol)
print(mon)
\ 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