Commit 728eeb64 by BellCodeEditor

save project

parent c1368314
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ def xin_cai(): ...@@ -17,7 +17,7 @@ def xin_cai():
def sum(money): def sum(money):
zong=0 zong=0
for i in money: for i in money:
zong+=1 zong+=i
return zong return zong
price=xin_cai() price=xin_cai()
num=sum(price) num=sum(price)
......
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