my cryptogram program

Paul Rubin http
Mon May 15 17:34:22 EDT 2006


Bruno Desthuilliers <bdesth.quelquechose at free.quelquepart.fr> writes:
> def convert_quote(quote):
>    return make_code(quote).split('|', 1)

I thought about suggesting that, but it's semantically different than
the original since it fails to raise an error if no vertical bar is
present.  I don't know if that's good or bad.



More information about the Python-list mailing list