Python Dict
For key key, returns value or default if key not in dictionary
Similar to get(), but will set dict[key]=default if key is not already in dict