Ron Adam <[EMAIL PROTECTED]> writes: > true_count, count = countall(S), len(S)
In general it's preferable to not rely on len being available, since these are arbitrary iterators. -- http://mail.python.org/mailman/listinfo/python-list
Ron Adam <[EMAIL PROTECTED]> writes: > true_count, count = countall(S), len(S)
In general it's preferable to not rely on len being available, since these are arbitrary iterators. -- http://mail.python.org/mailman/listinfo/python-list