How do I go about getting an empty list that looks like this:
[..........]
Where I can place items in place of the dots and return the number of items. The list is supposed to represent positions of items. For example
[..V....K..]
When I use None. I just get a string back with None in every slot.