

InterviewSolution
Saved Bookmarks
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 |
|