Q18
What will be the output of the following Python function, assuming that the random module has already been imported? 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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board