Suppose I have a python dictionary , many nests.

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-26T10:57:21Z Indexed on 2010/03/26 11:03 UTC
Read the original article Hit count: 100

Filed under:
|

If a lot of nested dictionarys, I am trying to find a certain key.

this key is called "fruit". But it's nested inside somewhere. How do I find the value of this key?

© Stack Overflow or respective owner

Related posts about python

Related posts about dictionary