3. An Informal Introduction to Python - Python v2.7.6 documentation - 0 views
-
Benjamin Bandt-Horn on 14 Dec 13Python knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as a list of comma-separated values (items) between square brackets. List items need not all have the same type.