Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 366 Bytes

38 怎么生成两个数之间的随机实数.md

File metadata and controls

12 lines (8 loc) · 366 Bytes

Python100

把Python知识点整理成100道习题,知识点来自两本书:Python基础教程(第3版)和流畅的Python,以后会定期加入更多的习题,大家帮忙点个赞哈,点赞越多,更新越快~

怎么生成两个数之间的随机实数

用 random 中的 uniform 方法

>>> random.uniform(10, 20)
11.717127223103947