Commit 7a307d8f by BellCodeEditor

save project

parent 96a80401
Showing with 3 additions and 2 deletions
......@@ -20,5 +20,6 @@ def count(money):
for i in money:
b=b+i
return b
result=k()
print(result)
price=k()
pay=count(price)
print("消费的总金额"+str(pay)+"元")
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