Commit deecd247 by BellCodeEditor

save project

parent efc34fc5
Showing with 2 additions and 2 deletions
...@@ -22,8 +22,8 @@ def sum(money): ...@@ -22,8 +22,8 @@ def sum(money):
count =count+i count =count+i
return count return count
price = new_input() price = new_input()
pay = sum(print) pay = sum(price)
print("您一共消费了"+str(pay)) 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