DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
extract specific key values from nested dictionary
l
=
[
]
for
person
in
people
:
l
.
append
(
people
[
person
]
[
'phone'
]
)
>>
>
l
[
'9102'
,
'2341'
,
'4563'
]
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#extract
#specific
#key
#values
#nested
#dictionary
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit