python coding contest
Alex Martelli
aleax at mail.comcast.net
Sun Dec 25 15:13:54 EST 2005
More information about the Python-list mailing list
Sun Dec 25 15:13:54 EST 2005
- Previous message (by thread): python coding contest
- Next message (by thread): python coding contest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python coding contest
- Next message (by thread): python coding contest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list