shuffle
random.shuffle()
Shuffles the elements in the array. Modifies the original array.
random.shuffle(array)
array
Array
A list of elements of any type.
random.shuffle()
Shuffles the elements in the array. Modifies the original array.
random.shuffle(array)
array
Array
A list of elements of any type.