Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print specific key in dictionary python

>>> print(fruit.get('cherry', 99))
99
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #specific #key #dictionary #python
ADD COMMENT
Topic
Name
4+6 =