Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python dictionary

human = {
  "code": "Python",
  "name": "John",
  "age": 32
}

print(human["age"])
#32 :D
Source by gto76.github.io #
 
PREVIOUS NEXT
Tagged: #python #dictionary
ADD COMMENT
Topic
Name
7+6 =