Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python Dictionaries

thisdict = {
  "brand": "Ford",
  "model": "Mustang",
  "year": 1964
}
print(thisdict["brand"])
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #Python #Dictionaries
ADD COMMENT
Topic
Name
3+2 =