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
.