Y9

5d: Create lists and access individual list items

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
identifierthe name of a list
indexthe position in a list (where 0 means the first item in the list)
indexing expressiona calculation (which could be a combination of values, variables, function calls and operators) to work out which position in a list you want to look at
listdata structure which allows python to store multiple values in a specific order within the same variable
valuesthe data items that are stored within a list
Keyword games:
Resources: