Python keywords vs. English grammar
John Salerno
johnjsal at NOSPAMgmail.com
Wed May 24 11:04:58 EDT 2006
Roy Smith wrote:
> try {
> throw foo;
> } catch {
> }
> try:
> raise foo
> except:
But which one is prettier? ;)
More information about the Python-list
mailing list