Keyword | Definition |
---|---|
index | the position of any data stored in a list (where 0 mean the first item in the list) |
list | a collection of related elements that are referred to by a single variable name |
value | the data stored in a list |
variable name | the identifier that can be used to refer to all values stored in a list |