Computer Science, asked by bc24, 5 months ago

What are the possible output of the following?
print (random.random()*5)

Possible answers are:
0.0 <= r <= 1

0.0 <= r < 5

0.0 <= r <= 5

0.0 <= r < 1

Answers

Answered by niishaa
32

Answer:

option c is correct

0.0 <= r <= 5

Similar questions