Python dictionaries can be used when the data has a unique reference that can be associated with the value . As dictionaries are mutable, it is not a good idea to use dictionaries to store data that shouldn’t be modified in the first place.
Python dictionaries can be used when the data has a unique reference that can be associated with the value . As dictionaries are mutable, it is not a good idea to use dictionaries to store data that shouldn’t be modified in the first place.