1.

Which of these about a set is not true?(a) Mutable data type(b) Allows duplicate values(c) Data type with unordered values(d) Immutable data typeI got this question at a job interview.I'd like to ask this question from Sets in portion Tuples and Sets of Python

Answer»

Right ANSWER is (d) Immutable data type

Easy explanation - A set is a mutable data type with non-duplicate, UNORDERED VALUES, providing the usual mathematical set OPERATIONS.



Discussion

No Comment Found

Related InterviewSolutions