print(my_dict.get('name', 'Unknown')) # John
print(my_dict.get('address', 'Unknown')) # Unknown