In article <[email protected]>, Ben Finney <[email protected]> wrote: > >I actually use this style: > > foo = { > 0: 'spam', > 1: 'eggs', > 2: 'beans', > } > >because that makes it clear that *all* the indented lines are a >continuation of the same statement, just like a suite of statements >are all uniformly indented under (e.g.) a function definition.
Ditto -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. -- http://mail.python.org/mailman/listinfo/python-list
