Print d.get("quill", 0) from a dict that may or may not have it.
.get with default.
6
d = {"quill": 6}