Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dicts python

thisdict =	{
  "brand": "Ford",
  "model": "Mustang",
  "year": 1964
}
x = thisdict["model"]
print(x)
---------------------------------------------------------------------------
Mustang
Source by gto76.github.io #
 
PREVIOUS NEXT
Tagged: #dicts #python
ADD COMMENT
Topic
Name
5+4 =