Tom Kleen

A list is like a record in Ada (any number of any types can be put in), and a tuple is like a list, only once it has been declared it cannot be changed. One exciting feature of Python is that all the sequence types support slicing. This means that a colon can be used in the subscript to denote which elements of the sequence are to be selected. ................
................