Which of these about a frozenset is not true?
(a) Mutable data type
(b) Allows duplicate values
(c) Data type with unordered values
(d) Immutable data type
(a) Mutable data type
(b) Allows duplicate values
(c) Data type with unordered values
(d) Immutable data type
Right choice is (a) Mutable data type
Explanation: A frozenset is an immutable data type.