1.

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

Answer» Right choice is (a) Mutable data type

Explanation: A frozenset is an immutable data type.


Discussion

No Comment Found