What does `dict.get(‘key’, ‘default’)` return when ‘key’ is not in the dictionary? Python DeveloperEasy Try Now