What is the difference between a Set and Dictionary?



What is the difference between a Set and Dictionary?..

Answer / nashiinformaticssolutions

Iterable, mutable, and devoid of duplicate elements, the set is an unordered collection of data types.
Similar to a map, a dictionary in Python is an ordered collection of data values that are used for data value storage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Why do computer scientists count from 0?

0 Answers  


What is the purpose of pythonpath environment variable?

0 Answers  


Is python string mutable?

0 Answers  


How do you insert a line break in python?

0 Answers  


Which operator will be helpful for decision making statements?

0 Answers  






Does xrange work python 3?

0 Answers  


How does python interpreter work?

0 Answers  


Does python has classes?

0 Answers  


Short description of the scoping rules?

0 Answers  


Is dictionary faster than list python?

0 Answers  


What is a class and super class?

0 Answers  


What is a lambda in math?

0 Answers  


Categories