Data Types - igheyas/PythonTutorial GitHub Wiki
📚 Python Collection Types
Below are the four primary built-in collection data types in Python. Click each to learn more:
Ordered, mutable, allows duplicates, indexable
Ordered, immutable, allows duplicates, indexable
Unordered, mutable, no duplicates, not indexable
Unordered (in Python <3.7), mutable, key-value pairs