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