List and Its Operations

Learn what lists are and what operations can be performed on lists.

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 1300+ tech skills courses.