What is the difference between a Set and Dictionary?
Answer Posted / 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 View All Answers
Write a program to show the singleton pattern used in python.
What is += in python mean?
Do monkeys sleep at night?
is Python similar to ruby?
Is python faster than python2?
How do you sort a list in ascending order python?
What is __ file __ in python?
How can we get home directory using '~' in python?
Why is self used in python?
Explain supported data types in python?
How do you alphabetize a list in python?
Can you make a python executable?
What are python templates?
Do you know what the difference between lists and tuples is? Can you give
How to clone or copy a list in python?