

MCQOPTIONS
Saved Bookmarks
1. |
What does random.shuffle(x) do when x = [1, 2, 3]? |
A. | error |
B. | do nothing, it is a placeholder for a function that is yet to be implemented |
C. | shuffle the elements of the list in-place |
D. | none of the mentioned |
Answer» D. none of the mentioned | |