If I have something like this:
L = ['-','-','-','-','-','-','-']
And let's say that I want to replace certain number of those strings. How do I randomly select a position within the list to replace it for something else? For example:
L = ['-','*','-','-','-','*','*']