thelist = ['a','b','c','d']
What's the best way to scramble them in Python?
|
|
|
|
|
Your result will (hopefully!) vary. |
||
|
|
|
|
Note, this shuffles the list in-place. |
||
|
|
|
Use the
|
||||||
|
|
|
Use the
|
||
|
|
random.shuffle. 8-) – RichieHindle Oct 6 at 8:00