John Salerno <[EMAIL PROTECTED]> 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" -- http://mail.python.org/mailman/listinfo/python-list