Commit f58cd3a6 by BellCodeEditor

save project

parent f53488f2
Showing with 8 additions and 1 deletions
......@@ -13,6 +13,11 @@ def ssssss():
total.append(unit)
print("-"*30)
return total
def h(money):
count=0
for i in money:
count=count+i
return count
result = ssssss()
print(result)
print("您一共消费了"+str(pay)+"元,扫码还是现金")
print(iiiiii)
\ 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