In this part of the Python programming tutorial, we cover Python lists in more detail. A list is an ordered collection of values. It can contain various types of values. A list is a mutable container. This means that we can add values, delete values, or m