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 |
In one line, show us how you’ll get the max alphabetical character from a string?
What do you understand by the process of compilation and linking in python?
Do python classes need init?
What does this mean: *args, **kwargs?
How can you make a python script executable on unix?
Why do we use raw_input in python?
What is the use of isupper keyword in python?
Does python have do-while loop statements?
What is pydoc command?
What does do in python?
Explain about dir() and help() function will do in python?
What will be the output of ['!!welcome!!']*2?