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
I had been asked this question by my college professor while I was bunking the class.
The doubt is from Sets in portion Tuples and Sets of Python