Change Password

The output of this Python code would be:>>> x={1:”X”,2:”Y”,3:”Z”}
>>> del x
the del method does not exist for dictionary
the del would delete the values present in dictionary
the del would delete the entire dictionary
the del would delete all the keys in dictionary