Page 1 of 1

What will be the output of the following Python function, assuming that the random module has already been imported?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
random.uniform(3,4)
a) Error
b) Either 3 or 4
c) Any integer other than 3 and 4
d) Any decimal value between 3 and 4