python coding contest

Alex Martelli aleax at mail.comcast.net
Sun Dec 25 15:13:54 EST 2005


Christian Tismer <tismer at stackless.com> wrote:
   ...
> Maybe a compromize proposal could be like this:
> 
> - Squeezing many lines into one using semicola does not help,
>    the program will be expanded to use one statement per line
> 
> - blank lines are allowed and not counted if they are not
>    needed as part of the code

I would suggest that all whitespace (except within string literals)
should be ignored, as well.

Alex



More information about the Python-list mailing list