Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get 2 values form a dictionary in python

keys = ['firstKey', 'secondKey', 'thirdKey']
for key in keys:
    myDictionary.get(key)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #values #form #dictionary #python
ADD COMMENT
Topic
Name
7+8 =