Commit ab3f3e69 by BellCodeEditor

save project

parent 994786b9
Showing with 3 additions and 2 deletions
...@@ -21,7 +21,7 @@ def a(m): ...@@ -21,7 +21,7 @@ def a(m):
b = b + i b = b + i
return b return b
result = l() result = l()
g=a(pesult) g = a(result)
print("您一共消费了"+str(g)+"元!扫码还是现金") print("您一共消费了"+str(g)+"元!扫码还是现金")
\ 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