会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
邹邹很busy。
被测试耽搁的打工人。少年不努力,长大搞 IT。
博客园
首页
新随笔
联系
订阅
管理
2021年3月5日
python-- random 模块
摘要: random random模块很简单,就是生成随机数 import random print(random.random()) # 随机生成[0,1)的小数 print(random.uniform(1, 3)) # 随机生成(1,3)的小数 print(random.randint(1, 4))
阅读全文
posted @ 2021-03-05 22:56 邹邹很busy。
阅读(103)
评论(0)
推荐(0)
编辑
公告