Commit 76b80028 by BellCodeEditor

save project

parent 58120bd4
Showing with 2 additions and 2 deletions
...@@ -20,4 +20,4 @@ def sum(money): ...@@ -20,4 +20,4 @@ def sum(money):
count=count+i count=count+i
return count return count
result=sum(new_input()) result=sum(new_input())
print(result) print("您一共消费了"+str(result)+"元!现金还是扫码呢?")
\ No newline at end of file \ 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