DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
get all keys and values from dictionary python
#python 3
for
k
,
v
in
dict
.
items
(
)
:
print
(
k
,
v
)
Source by xahlee.info #
PREVIOUS
NEXT
Tagged:
#keys
#values
#dictionary
#python
ADD COMMENT
Topic
COMMENT
Name
6+9 =
Submit