Question #271

Which one is mutable?

Sets are mutable, frozensets are not. That's the point of frozensets! (programiz.com/python-programming/methods/built-in/frozenset)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵