Commit c4d9e241 by BellCodeEditor

auto save

parent e257667a
Showing with 2 additions and 1 deletions
...@@ -18,7 +18,7 @@ def aq(): ...@@ -18,7 +18,7 @@ def aq():
def a(money): def a(money):
count=0 count=0
for i in money: for i in money:
count++ count=count+i
return count return count
result=a(aq) result=a(aq)
print("你花了"+str(result)+"元,微信,花呗,支付宝") print("你花了"+str(result)+"元,微信,花呗,支付宝")
\ 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