Commit 9161a6a3 by BellCodeEditor

save project

parent 0eed28f6
Showing with 9 additions and 3 deletions
......@@ -15,5 +15,11 @@ def qui():
break
total.append(a)
return total
total=qui()
print(total)
\ No newline at end of file
def sum(money):
w=0
for i in money:
w=w+i
return w
a=sum(qui())
print(a)
\ 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