Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python dictionary

stationary_items = {
    "Pencil":"Pencil is used to write things in copy",
    "Eraser": "Eraser is used to remove the written things",
    "Sharpner":"This is used to sharp your pencil"
}
print(stationary_items["Pencil"])
Source by codefreelance.net #
 
PREVIOUS NEXT
Tagged: #python #dictionary
ADD COMMENT
Topic
Name
6+4 =