Answers for "dictionary pytho0on"

0

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"])
Posted by: Guest on June-26-2021

Code answers related to "dictionary pytho0on"

Python Answers by Framework

Browse Popular Code Answers by Language