Computer Science, asked by rajkumarsys8079, 9 months ago

what are arrays in python ?

Answers

Answered by Anonymous
2

Explanation:

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

Answered by saxenadivya1986
0

Explanation:

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..

Similar questions