Python Lists
List
A list is a collection which is ordered and changeable.
In Python lists are written with square brackets.
Related Pages
Python Lists Tutorial Access List Items Change List Item Loop List Items List Comprehension Check If List Item Exists List Length Add List Items Remove List Items Copy a List Join Two Lists