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 |
Why do computer scientists count from 0?
What is the purpose of pythonpath environment variable?
Is python string mutable?
How do you insert a line break in python?
Which operator will be helpful for decision making statements?
Does xrange work python 3?
How does python interpreter work?
Does python has classes?
Short description of the scoping rules?
Is dictionary faster than list python?
What is a class and super class?
What is a lambda in math?