Vidyalelo
Python · Q78

Module in Python

Programming · Python · question 78

Q78

What is the range of values that random.random() can return?

A.
[0.0, 1.0]
B.
(0.0, 1.0]
C.
(0.0, 1.0)
D.
[0.0, 1.0)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board