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
32
Answer:
option c is correct
0.0 <= r <= 5
Similar questions