Python\'s setdefault allows you to get a value from a dictionary, but if the key doesn\'t exist, then you assign the based on parameter default. You then fetch wha
default