MCQOPTIONS
Saved Bookmarks
| 1. |
What is the interval of the value generated by the function random.random(), assuming that the random module has already been imported? |
| A. | (0,1) |
| B. | (0,1] |
| C. | [0,1] |
| D. | [0,1) |
| Answer» E. | |