my cryptogram program

John Salerno johnjsal at NOSPAMgmail.com
Tue May 16 10:15:43 EDT 2006


Bruno Desthuilliers wrote:

> Too late ! You asked for it, you get it !-)

Good, I desperately need it! :)

> PUNCT_SPACE_SET = set(string.punctuation + string.whitespace)
> def make_set(original):
>   return ''.join(set(original) - PUNCT_SPACE_SET)

Interesting! Always learning new, weird ways to do things!

> <splitting-hairs>

Nope, I was actually wondering about what to name some of my functions 
and variables.



More information about the Python-list mailing list