Array

An array is a numerically indexed collection of elements holding values.

Related concepts:  TypeValue

Closest Wikipedia entry:  Array data type — In computer science, array is a data type that represents a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time during program execution. Such a collection is usually called an array variable or array value. By analogy with the mathematical concepts vector and matrix, array types with one and two indices are often called vector type and matrix type, respectively.

Misconceptions about Array
23 documented Misconceptions

No known Python misconceptions for this concept

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.