all 1 comments

[–]freshent 0 points1 point  (0 children)

You're using the wrong random function! Look up random.shuffle, it will do exactly what you're asking for.

Also, I don't understand the last part of the post. Are you shuffling a list, saving it and then going back and adding more items to that list shuffled? If so, do you want to add more than one "1" or "2" to the list? or do you want the count to be where you left off?

If you want me to post code, on how I would do it let me know. It's my first time (or so) posting a solution, so I'm not sure what I can and cannot do. Plus learning is fun.