We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae896 commit 1df709fCopy full SHA for 1df709f
exercises/concept/cater-waiter/.docs/introduction.md
@@ -1,6 +1,7 @@
1
# Sets
2
3
-A [`set`][type-set] is a _mutable_ and unordered_ collection of [_hashable_][hashable] objects.
+
4
+A [set][type-set] is a _mutable_ and _unordered_ collection of [_hasable_][hashable] objects.
5
Set members must be distinct — duplicate items are not allowed.
6
They can hold multiple different data types and even nested structures like a `tuple` of `tuples` — as long as all elements can be _hashed_.
7
Sets also come in an immutable [`frozensets`][type-frozenset] flavor.
0 commit comments