

InterviewSolution
Saved Bookmarks
1. |
What value will be return by “random()” ? |
Answer» A random float r, such that 0 is less than or equal to r and r is less than 1. |
|