Sets in Python are _______ which means they cannot contain duplicate elements.

  • immutable
  • mutable
  • ordered
  • unhashable
Sets in Python are 'immutable,' which means they cannot contain duplicate elements. Once a set is created, you cannot change its elements, but you can add or remove elements from it.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *