Commit 6ba95302 by BellCodeEditor

save project

parent cdf8408c
Showing with 2 additions and 1 deletions
...@@ -14,5 +14,5 @@ def fu(): ...@@ -14,5 +14,5 @@ def fu():
total.append(unit) total.append(unit)
for i in total: for i in total:
c=c+int(i) c=c+int(i)
print(c) print("您一共消费了"+c+"元!请问是用微信还是刷卡?")
fu() fu()
\ 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