我想在python中定义一个只能在0和1之间取实值的变量s,如何为它写代码。
使用 随机 图书馆。
import random s = random.random() # the default range is [0,1)