Commit 4832c58d by BellCodeEditor

save project

parent 88548eb8
Showing with 7 additions and 2 deletions
......@@ -13,5 +13,11 @@ def new_input():
else:
total.append(unit)
return total
def sum(money):
s=0
for i in money:
s=s + i
return s
clajk=new_input()
print(clajk)
\ No newline at end of file
z=sum(clajk)
print(clajk)
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