<languages />
❮随机方法
返回0.0到1.0之间的随机数:
import random print(random.random())
The random() 方法返回0到1之间的随机浮点数。
random()
random.random()
没有参数