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