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