Randomize list order
Fredrik Lundh
fredrik at pythonware.com
Thu Feb 22 12:43:17 EST 2001
More information about the Python-list mailing list
Thu Feb 22 12:43:17 EST 2001
- Previous message (by thread): Randomize list order
- Next message (by thread): Randomize list order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Warren Postma write: > You know, an in-place list.scramble() method would be nice; > It could also be useful card games and self test scripts. ;-) random.shuffle(list) Cheers /F <!-- (the eff-bot guide to) the standard python library: http://www.pythonware.com/people/fredrik/librarybook.htm -->
- Previous message (by thread): Randomize list order
- Next message (by thread): Randomize list order
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list