List and Its Operations
Learn what lists are and what operations can be performed on lists.
We'll cover the following
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 1400+ tech skills courses.