0

What is an array?

Help me with this word and some other terms related to me please

5th Apr 2017, 6:14 PM
Debagnik Sen
Debagnik Sen - avatar
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.
5th Apr 2017, 7:08 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
array is a continuos memory address
5th Apr 2017, 7:34 PM
Saumya
Saumya - avatar