Dictionary is a mutable type, which means you can modify its contents ? What all is modifiable in a dictionary ? Can you modify the keys of a dictionary?

Yes we can modify the content of a dictionary. only values part of dictionary is modifiable. we can not modify keys of a dictionary.

error: Content is protected !!