python 實現紅包隨機生成算法

</pre><pre name="code" class="python">#! /usr/bin/python # -*- coding: utf-8 -*- import random class CDispatch: def __init__(self,sum,count): self.sum = sum self.count=count
相關文章
相關標籤/搜索