InterviewSolution
Saved Bookmarks
| 1. |
In Python, how can you generate random numbers? |
|
Answer» In Python, an array of RANDOM integers can be GENERATED through the function randint () NumPy. This function usually starts with three arguments; from the lower end, the upper-end range and the NUMBER of ACTUAL integer values to successfully generate the SIZE of the array. |
|