隨機發100塊紅包算錢數

import random total = 100 i = 1 while total > 0: give = random.randint(1,10) total -= give i += 1 print('第',str(i),'我的,','收到',str(give),'元,','剩餘',str(total),'元') 這樣運行會出現負數。 第 24 我的, 收到
相關文章
相關標籤/搜索