Commit 4c1d41f4 by BellCodeEditor

save project

parent 999520d4
Showing with 8 additions and 3 deletions
...@@ -13,5 +13,10 @@ def new_input(): ...@@ -13,5 +13,10 @@ def new_input():
i=int(i) i=int(i)
total.append(i) total.append(i)
return total return total
qwertyuiop=new_input() def sum(money):
print(qwertyuiop) count=0
\ No newline at end of file for i in money():
count=count+i
return count
print(sum(new_input))
\ 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