What Does Randomshufflex Do When X 1 2 3 #877
What does random.shuffle(x) do when x = [1, 2, 3]?
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.3.
What does random.shuffle(x) do when x = [1, 2, 3]?
error
do nothing, it is a placeholder for a function that is yet to be implemented
shuffle the elements of the list in-place
none of the mentioned