What is the effect of calling random.shuffle() on a list?
Select one:
a.
The items in the list are re-ordered randomly
b.
The items in the list are sorted from smallest to largest
c.
A random number of items in the list are removed completely
d.
Each item in the list gets a new random value
1 answer
a. The items in the list are re-ordered randomly