Hi:

I have a list that looks like:

name = name1 name2 name3 name4 

and I would like to be able to arrange randomly this list, like:

name = name 2 name 1 name3 name4
name = name4 name2 name1 name3
....

I have tried with random.shuffle, but still no good result

May I get an example?

Thank you,

William

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to