会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
南山散人
博客园
首页
新随笔
联系
订阅
管理
2020年7月10日
python双色球选号生成
摘要: import random def lottery(): result = [] for i in range(0,6): red = random.randint(1, 33) result.append(red) blue = random.randint(1, 16) result.appen
阅读全文
posted @ 2020-07-10 15:27 南山散人
阅读(1210)
评论(0)
推荐(0)
编辑
公告