In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> > Indexing is O(0) for any string. > > I think you mean O(1) for constant-time lookups. Why settle for constant-time, when you can have zero-time instead :-) -- http://mail.python.org/mailman/listinfo/python-list
