用python實現的兩種抽獎算法以及基於tkinter實現的簡單GUI(機率隨機抽獎、次數隨機算法)

------------次數隨機算法----------python #抽獎一次少一個名額 class randomMachine(object): import random as rd def setWeight(self, weight): self.weight = weight self.chanceList=[] for
相關文章
相關標籤/搜索