Re: [Tutor] Dictionary of dictionaries issue

2008-11-13 Thread Pablo Englebienne
Thank you all, this is exactly what I was trying to do and the syntax is beautiful... :-) -- Pablo Englebienne "Progress is made by lazy men looking for easier ways to do things." - Robert A. Heinlein Kent Johnson wrote: On Thu, Nov 13, 2008 at 10:01 AM, A.T.Hofkamp <[EM

[Tutor] Dictionary of dictionaries issue

2008-11-13 Thread Pablo Englebienne
e, 3: None}, 'c': {1: None, 2: None, 3: None}, 'b': {1: None, 2: None, 3: None}} >>> d2['a'][1]=0 >>> d2 {'a': {1: 0, 2: None, 3: None}, 'c': {1: 0, 2: None, 3: None}, 'b': {1: 0, 2: None, 3: None}} Any suggestions/pointers would be appreciated! -- Pablo Englebienne [EMAIL PROTECTED] ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor