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