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