赞题库-背景图
单项选择题

利用python生成一个0-1的随机浮点数函数代码 A.
random.random() B.
random.randint(0,1) C.
random.float(0,1) D.
random.floatint()