eolas/Programming_Languages/Python/Syntax/Sets_in_Python.md
2023-02-14 09:16:11 +00:00

274 B

categories tags
Programming Languages
python
data-structures

Sets in Python

  • They are unordered
  • You can increase/decrease their length by adding/removing new members
  • They do not allow duplicate members
  • Can only hold immutable objects