creating a list of randomly picked out items out of a tuple list.
Im making a game in which i have an array. So far what i have done is take each 0 from said array and put those positions in a list.
What i'm trying to get to work is a system in which 12 (or any number for that matter) positions from this list gets randomly chosen and then later put into its own list.
What i'm trying to get to work is a system in which 12 (or any number for that matter) positions from this list gets randomly chosen and then later put into its own list.

