I think I know the answer is no, but is there any package that allows
creating a list with holes in it? E.g. I'd want to do something like:

x[10] = 12
x[20] = 30

I'm thinking of something like defaultdict but for lists (I know
that's very different, but ... )

Thanks!
-larry
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to