Vidyalelo
Python · Q60

Module in Python

Programming · Python · question 60

Q60

What is the interval of the value generated by the function random.random(), assuming that the random module has already been imported?

A.
(0,1)
B.
(0,1]
C.
[0,1]
D.
[0,1)
Answer

Answer: Option D

Solution

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