white space in expressions and argument lists

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Thu Mar 2 10:30:08 EST 2006


John Salerno enlightened us with:
> To me, the space makes it nicer and more readable, but I was
> surprised to read in Guido's blog that he thinks 1+2 should be the
> normal way to write it. What does everyone else think?

I usually write 1 + 2 and func(a, b). Sometimes I even use more spaces
to align stuff:

    foo    = 'bar'
    foobar = 42
    azimov = 3

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa



More information about the Python-list mailing list