Python for GCSE

4.2: understand how to use one and two-dimensional arrays

Keywords:
Strings and lists
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
arraydata structure which can store multiple values of the same data type
indexa number which indicates the position of a value inside a string or array
one dimensionaltype of array which is like a list of values. You need one index to determine the position of an individual value.
two dimensionaltype of array which is like a table of values. You need two indices to determine the position of an individual value
Keyword games:
Resources: