Sequences and Sets

Sequences (Lists and Tuples) and sets (set and frozenset) essentially differ in the following properties:

Data type

mutable

ordered

indexed

duplicates

List

Tuple

Set

Frozenset