Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 15)
15.
What does the frozenset() function do?
Creates an immutable set.
Creates an empty set.
Converts a set to a list.
Creates a frozen set with specified elements.
Answer: Option
Explanation:
The frozenset() function is used to create an immutable set in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.