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

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

The function random.random() generates a random value in the interval [0,1), that is, including zero but excluding one.

Related Questions