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