Commit b4de6537 by BellCodeEditor

auto save

parent 3e74d0d4
Showing with 1 additions and 1 deletions
......@@ -16,6 +16,6 @@ def get_money():
print("已退出")
break
wallet.append(money)
print("当前钱包内有"+str(",".join(wallet)))
print("当前钱包内有"+str(","join(wallet)))
print("当前钱包内有"+str(",".join(wallet)))
get_money()
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