Introduction to Lists in Python

Lists are ordered collections of items that can store elements of different data types. In this lesson, you will learn how to create lists, how to access elements within a list, and how to get some information about the contents of a list.