Commit 17bedb91 by BellCodeEditor

save project

parent 109ac68e
Showing with 5 additions and 1 deletions
......@@ -14,6 +14,9 @@ def new_input():
print("_"*30)
return total
def sum(moner)
a=0
for i in sum(moner):
a=a+i
print(a)
new_input()
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