|
Hello, Can anybody tell me how can we get the value of a <"keyword"> when we have its <"value"> ? Till now , we been doing its reverse. So this thing is kinda new to me. |
The question has been closed for the following reason "The question is answered, right answer was accepted" by Estilo 24 Mar '12, 16:07
|
Don't forget all the list handling we've been doing for a while. With a dictionary we can get the content by giving the keywork directly (dict[keyword]), which is cool, but we can still enumerate the keys as keywords in lists. |