Commit 67a12c97 by BellCodeEditor

save project

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