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 |
Which is better PHP or Python?
How does break work in python?
Write a logic to find the max sum of a list in another list?
Is python a single inheritance?
How many keywords are there in python? And why should we know them?
Explain the difference between append vs extend in list?
What is lambda used for in python?
What is a numpy in python?
Tell me what is negative index in python?
Explain me what is the common way for the flask script to work?
Is python better than java?
How you can access sessions in flask?