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
What is the best Django or PHP?
How will you find, in a string, the first word that rhymes with ‘cake’?
Is map faster than for loop python?
How do I use strftime in python?
Which method will be used to delete a file ?
Python read a single character from the user?
What is hello world in python?
What is sphinx in python?
Python How to create a multidimensional list?
Why does it say none in python?
What is itemgetter in python?
What is r regex?
Is c harder than python?
When you need ordered container of things, which will be manipulated, use lists?
What does defined by whitespace in python?