On 4/7/08, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > W W wrote: > What are you talking about? I don't understand what you mean by "ignores > whitespace between dictionary elements." > > > foo = {'1a': 1, '1b':2, '1c':3, > > '2a': 0, '2b': 9, '2c': 6}
Exactly that. If you were to write: foo = {'1a': 1, '1b':2, '1c':3} foo['2a'] = 0 You would get a nifty error. -Wayne -- To be considered stupid and to be told so is more painful than being called gluttonous, mendacious, violent, lascivious, lazy, cowardly: every weakness, every vice, has found its defenders, its rhetoric, its ennoblement and exaltation, but stupidity hasn't. - Primo Levi _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor