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