Re: [Tutor] Dictionary Values Questions

2007-05-01 Thread Kent Johnson
Tony Waddell wrote: > I am wondering how look for a key in a dictionary, given a value. > > I have a dictionary similar to this: > a = { 'a1':1, 'a2':2, 'a3':3, 'a4'.:4} > > If I have the value of 2, how would I look at the dictionary to turn > that into 'a2'. You have to search the values. This

[Tutor] Dictionary Values Questions

2007-05-01 Thread Tony Waddell
I am wondering how look for a key in a dictionary, given a value. I have a dictionary similar to this: a = { 'a1':1, 'a2':2, 'a3':3, 'a4'.:4} If I have the value of 2, how would I look at the dictionary to turn that into 'a2'. ___ Tutor maillist - Tut