Great! We create the dictionary and add the key-value pair. Then we look for a "name"
key, remove its value from dict
and display it.
Close! We create the dictionary and add the key-value pair. Then we look for a "name"
key, remove its value from dict
and display it.