会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hahsuu
博客园
首页
新随笔
联系
管理
订阅
2019年5月17日
python发红包实现
摘要: import random def lucky_money(n, amount): """ :param n: 红包个数 :param amount: 红包金额(以元为单位) :return: 生成器,n个红包的金额,以分为单位 """ lst = list(random.sample(range(
阅读全文
posted @ 2019-05-17 14:32 hahsuu
阅读(1123)
评论(0)
推荐(1)
编辑
公告