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"])