python list is a container that contains different Python objects like Integers, String, values. It is same as array in other programing languages. A list can be represented by square brackets. List is mutable hence list can be modified or updates.

Python List program examples are given below-