bambam <[EMAIL PROTECTED]> wrote: ... > Bags don't seem to be built in to my copy of Python, and
A "bag" is a collections.defaultdict(int) [[you do have to import collections -- it's in the standard library, NOT built-in]]. Alex -- http://mail.python.org/mailman/listinfo/python-list