Commit 1657e42f by BellCodeEditor

save project

parent 73054291
Showing with 3 additions and 3 deletions
...@@ -18,6 +18,6 @@ def sum(money): ...@@ -18,6 +18,6 @@ def sum(money):
for i in money: for i in money:
count=count+i count=count+i
return count return count
# s=func() s=func()
# p=sum(s) p=sum(s)
# print(p) print(p)
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