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