1.

What is the output of the following snippet of code?

A. method del doesn’t exist for the dictionary
B. del deletes the values in the dictionary
C. del deletes the entire dictionary
D. del deletes the keys in the dictionary
Answer» D. del deletes the keys in the dictionary


Discussion

No Comment Found