Lists

A list in Python is just an ordered collection of heterogeneous item types and is dynamically mutable, meaning its size can change. List data structures support operations like add, delete, and insert.

Get hands-on with 1200+ tech skills courses.