Python — From Basics to Advanced · Data Collections
Lists
Data Collections
Introduction
A list is an ordered, mutable collection of elements — one of the most-used types in Python. Zero-indexed, allows mixed element types. In this lesson you learn to create, index, slice, mutate and iterate lists.