+ 4
What is an array?
5 Réponses
+ 3
it is collection of element same data type .
instead using 100 var to save 100 name
you can just save it in one array
+ 2
An array is a data structure that stores values of same data type. In Python, this is the main difference between arrays and lists. While python lists can contain values corresponding to different data types, arrays in python can only contain values corresponding to same data type
+ 1
in python it is called List
0
hey dilan i dont khow
0
an array is a variable that allows you to save one or more values in one variable