An Introduction to Python Lists - effbot.org
Fredrik Lundh | August 2006 Overview # The list type is a container that holds a number of other objects, in a given order. The list type implements the sequence protocol, and also allows you to add and remove objects from the sequence. Creating Lists # T...