Accenture interview question

What is the use of dictionary in Python?

Interview Answer

Anonymous

22 Feb 2021

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