Python100天打卡-Day05 - 總結與練習

from random import randint money = 1000 while money > 0: print('你的總資產爲:', money) needs_go_on = False while True: debt = int(input('請下注: ')) if debt > 0 and debt <= money:
相關文章
相關標籤/搜索