Basic List Operations

Learn about basic list operations in Python.

Some basic list operations are given below.

Mutability

Unlike strings, lists are mutable (changeable). Lists can be updated, as shown below:

Get hands-on with 1400+ tech skills courses.