What Will Be The Output Of The Following Python Function #860
What will be the output of the following Python function, assuming that the random module has already been imported?</p> <pre><code class="language-python">random.uniform(3,4)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Random Module - Quiz No.1.
What will be the output of the following Python function, assuming that the random module has already been imported?
random.uniform(3,4)
Error
Either 3 or 4
Any integer other than 3 and 4
Any decimal value between 3 and 4