FrozenSet in python is an immutable type of set.
The frozenset() is an inbuilt function in Python which takes an iterable object as argument and make them immutable.
Frozenset supports methods like
copy(),
difference(),
intersection(),
isdisjoint(),
issubset(),
issuperset(),
symmetric_difference() and
union() .
NOTE:
Frozenset doesn't support any method that update and remove elements.
To support me please subscribe my channel
https://www.youtube.com/daneyallari
For detail watch the video.
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari