Re: help needed with dictionary

2008-08-29 Thread lee
hi, thank you, ur code was helpful :) On Aug 29, 2:18 pm, Bruno Desthuilliers wrote: > lee a écrit : > > > > > hi all, > > i am a newbie in python. i was trying to work with dictionaries. i > > wanted to input values through command line and store the values in a > > dictionary. i m

Re: help needed with dictionary

2008-08-29 Thread Miles
On Fri, Aug 29, 2008 at 5:02 AM, lee wrote: > i wanted to input values through command line and store the values in a > dictionary. i mean for the same key , multiple values. http://mail.python.org/pipermail/python-list/2008-August/505509.html http://mail.python.org/pipermail/python-list/2008-Aug

Re: help needed with dictionary

2008-08-29 Thread Bruno Desthuilliers
lee a écrit : hi all, i am a newbie in python. i was trying to work with dictionaries. i wanted to input values through command line and store the values in a dictionary. i mean for the same key , multiple values. can any1 suggest me how can i do it.thank you i tried this, but the o

help needed with dictionary

2008-08-29 Thread lee
hi all, i am a newbie in python. i was trying to work with dictionaries. i wanted to input values through command line and store the values in a dictionary. i mean for the same key , multiple values. can any1 suggest me how can i do it.thank you i tried this, but the old value is repl