Commit fdb037be by BellCodeEditor

save project

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