What is frozen set in python?



What is frozen set in python?..

Answer / Sachin Dev Verma

A FrozenSet is an unchangeable (immutable) set object derived from a regular mutable set. It behaves like a regular set for most purposes, but cannot be modified after it's created.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is numpy logspace?

1 Answers  


What is lambda function ?

1 Answers  


Explain what is decorator?

1 Answers  


What is the directory in python?

1 Answers  


What is self in python constructor?

1 Answers  


what are the two (2) parameters available in python map?

1 Answers  


Whenever you exit python, is all memory de-allocated?

1 Answers  


What is range() in python? Give an example to explain it.

1 Answers  


What is slice notation in python to access elements in an iterator?

1 Answers  


What is sockets? Explain.

1 Answers  


What is the most popular ide for python?

1 Answers  


What is __ file __ in python?

1 Answers  


Categories