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 |
How do you do data abstraction in python?
Is python object oriented?
Why is self used in python?
How do you implement json given that python is best suited for the server-side application?
What is a python mixin?
What is raise keyword do in python exception handling?
python is case sensitive ?
What is python and python scripting?
How to import a module given the full path?
What is a class method?
How do I convert a number to a string?
How are instance variables different from class variables?