What is dict in python?



What is dict in python?..

Answer / Anuj Kumar Tripathi

In Python, dict is an unordered collection of key-value pairs. It is used for storing data values that can be accessed by keys.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain in detail – inheritance in python?

1 Answers  


What is pytables?

1 Answers  


What are the different uses of help() and dir() functions in python?

1 Answers  


What are python slots?

1 Answers  


What is pytest?

1 Answers  


What is the python syntax for switch case statements?

1 Answers  


Which is faster c++ or python?

1 Answers  


In oops what is a diamond problem in inheritance?

1 Answers  


Is ruby better than python?

1 Answers  


Purpose of "/" and "//" operator in python?

1 Answers  


What is automation in python?

1 Answers  


How will you print the contents of a file?

1 Answers  


Categories