9.0: Introduction
( \newcommand{\kernel}{\mathrm{null}\,}\)
Figure 9.1 credit: modification of work "Budget and Bills" by Alabama Extension/Flickr, Public Domain
Programmers often work on collections of data. Lists are a useful way of collecting data elements. Python lists are extremely flexible, and, unlike strings, a list's contents can be changed.
The Objects chapter introduced lists. This chapter explores operations that can be performed on lists.