Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dictionary in python

thisdictionary = {'key':'value','key1':'value1'}
print(thisdictionary['key'])
Source by gto76.github.io #
 
PREVIOUS NEXT
Tagged: #dictionary #python
ADD COMMENT
Topic
Name
7+2 =