len() should always return something
Tim Chase
python.list at tim.thechases.com
Fri Jul 24 16:30:10 EDT 2009
Marcus Wanner wrote:
> First one to correctly decompress the value 0 into an ASCII
> character wins the title of the world's most capable hacker :p
Bah...uncompressing the value 0 into *an* ASCII character is
easy. Uncompressing it into the *original* ASCII character from
which it was compressed (with the aforementioned compression
method) becomes a bit trickier ;-)
-tkc
More information about the Python-list
mailing list