Accenture Interview Question

What is the use of dictionary in Python?

Interview Answer

Anonymous

Feb 22, 2021

Python dictionary is used as a hashing data structure which can be used to store data and retrieve it quickly .