Examveda

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

Answer: Option D


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python