Commit ae9070bf by BellCodeEditor

save project

parent fdd26617
Showing with 6 additions and 0 deletions
......@@ -9,5 +9,10 @@ def new_input
finally:
print("-"*30)
return total
def sum(money):
c=0
for i in money:
c=c+i
seture count
result=new_input()
print(result)
\ 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