[google-appengine] Re: A newbie python question for dictionary

2009-04-06 Thread Tom M.
Google search sort dict site:python.org On Apr 6, 8:55 am, arnie parvez...@rediffmail.com wrote: Please do not look as a non google app engine question I have a very simple python problem There is a dictionary called d as given below: d['Apple'] = '123' d['banana'] = '234' d['act'] =

[google-appengine] Re: A newbie python question for dictionary

2009-04-06 Thread 'Αλκης Ευλογημένος
Also for python questions you might want to ask: http://groups.google.com/group/comp.lang.python/topics On Mon, Apr 6, 2009 at 2:54 PM, arnie parvez...@rediffmail.com wrote: Please do not look as a non google app engine question I have a very simple python problem There is a dictionary