Commit fdb037be by BellCodeEditor

save project

parent f94fc431
Showing with 4 additions and 4 deletions
...@@ -18,6 +18,6 @@ def and_new(money): ...@@ -18,6 +18,6 @@ def and_new(money):
count = 0 count = 0
for i in money: for i in money:
count = count + i count = count + i
#return count return count
print(count) #print(count)
and_new(p) print(and_new(p))
\ No newline at end of file \ 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