Question

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

Answers

GPT 3.5
a. The items in the list are re-ordered randomly