Spoiler to Python Challenge (help!!!)

Ian Vincent i_vincent at hotmail.com
Wed Sep 28 03:00:57 EDT 2005


Terry Hancock <hancock at anansispaceworks.com> wrote in
news:mailman.1044.1127862510.509.python-list at python.org: 
> 
> Took me a long time to figure out what you meant. ;-)
> 
> So the string actually contains the backslashes, not the escaped
> characters. 
> 
> This works:
> 
>>>> bz2.decompress(eval(repr(user)))
> 'huge'

Unfortunately, it doesn't. Get the same error.



More information about the Python-list mailing list