Commit 9161a6a3 by BellCodeEditor

save project

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