| Keyword | Definition |
|---|---|
| index | the position within a list that tells the program which value to look at or change |
| length | the number of values stored in a list |
| list | a data structure which can store more than one value in a specific order |
| name | the identifier of a list which should describe the data that it stores |
| values | the data that is stored inside a list |