Commit 4c1d41f4 by BellCodeEditor

save project

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