white space in expressions and argument lists

Lawrence Oluyede raims at dot.com
Thu Mar 2 10:21:40 EST 2006


John Salerno <johnjsal at NOSPAMgmail.com> writes:

> 1 + 2  or   1+2
>
> func(1,2) or func(1, 2)

I prefer and use 1 + 2 and func(1, 2)
I don't do whitespaces only in argument defaults like

func(foo=baz)



-- 
Lawrence - http://www.oluyede.org/blog
"Anyone can freely use whatever he wants but the light at the end
of the tunnel for most of his problems is Python"



More information about the Python-list mailing list