0
What is an array?
Help me with this word and some other terms related to me please
2 Antworten
+ 6
Array is a list containing elements of the same type. This data type is not present in Python by default, as it normally allows lists to be built of elements of different types. Python's numpy library introduces arrays and a handful of array methods.
In other languages, like Java, for example, arrays are a predominant 'collections' type.
+ 3
array is a continuos memory address