Commit 0a77f5e3 by BellCodeEditor

save project

parent 095dfeda
Showing with 9 additions and 4 deletions
......@@ -14,6 +14,11 @@ def new_input():
finally:
print("-"*30)
return total
z=new_input()
print(z)
\ No newline at end of file
def sum(money):
y=0
for i in money:
y+=i
return y
m=new_input()
p=sum(m)
print(p)
\ 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