📑 Task
1) What element removing is fundamentally different fromall others for dictionary in this code fragment?
2) Suggest programs to access elements that do not exist
in the dictionary without causing an error
📑 Answer
1) Deleting "11" is different from all others, since such a keywas not defined in the dictionary
2)