Remco Gerlich wrote > Use random.shuffle, i.e. > > import random > buttons = range(15) > random.shuffle(buttons) > print buttons Which does not exist before Python 2.0. -Arcege -- +----------------------------------+-----------------------------------+ | Michael P. Reilly | arcege@speakeasy.net |