Answers for "difference between dictionary and sets in python"

1

difference between dictionary and sets in python

# Set: A Set is an unordered collection data type that is iterable, mutable and has no duplicate elements. ... Dictionary: in Python is an unordered collection of data values, used to store data values like a map, which unlike other Data Types that hold only single value as an element, Dictionary holds key:value pair.
Posted by: Guest on February-10-2021

Code answers related to "difference between dictionary and sets in python"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language