Why we are using a python dictionary?



Why we are using a python dictionary?..

Answer / Rajesh Dhapodkar

Python dictionaries are used to store data values in key-value pairs, making it easy to access and manipulate data quickly. They offer a dynamic structure that can grow or shrink as needed during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Why do we say “a b c = 1000 2000 3000” is an invalid statement in python?

1 Answers  


What do you understand by python modules?

1 Answers  


What is difference between panda series and dictionary in python?

1 Answers  


What are Python decorators?

2 Answers  


Is notepad ++ good for python?

1 Answers  


Python has something called the dictionary. Explain using an example

1 Answers  


What is python idle used for?

1 Answers  


What is the difference between and ?

1 Answers  


When does dictionary is used instead of a list in python?

1 Answers  


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

1 Answers  


How to compare two lists in python?

1 Answers  


What is step size in python?

1 Answers  


Categories