0 votes
in Python by

What command is used to shuffle a list ‘L’?

1) L.shuffle()

2) random.shufflelist(L)

3) shuffle(L)

4) random.Shuffle(L)

1 Answer

0 votes
by

4) random.Shuffle(L)

...