The output of this Python code would be:>>> x={1:”X”,2:”Y”,3:”Z”}>>> del x - Study24x7
Social learning Network
26 Feb 2024 12:52 PM study24x7 study24x7

The output of this Python code would be:>>> x={1:”X”,2:”Y”,3:”Z”}
>>> del x

A

the del method does not exist for dictionary

B

the del would delete the values present in dictionary

C

the del would delete the entire dictionary

D

the del would delete all the keys in dictionary

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles