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

Answered by GPT 3.5
a. The items in the list are re-ordered randomly
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions