摘要: import random# 金币数coins = 0# 计数器count = 0if coins < 5: # 提示充值 print('金币不足,请充值再游戏!') while True: money = int(input('请输入充值金额:')) # 10元的倍数,20个金币 if money 阅读全文
posted @ 2021-12-22 14:16 ljllh 阅读(172) 评论(0) 推荐(0)