Can you make this code add, print and remove a key-value pair?

Yup! We declare myDict, initialize it and add "John" with the key 4. Afterwards, we print the value and remove it from myDict.

Not so fast! We declare myDict, initialize it and add "John" with the key 4. Afterwards, we print the value and remove it from myDict.