The perfect place for easy learning...

Python

×

Topics List


Python Arrays





The Python language does not have built-in support for the concept of an array, but it provides the list data structure to implement the concept of an array.

In general, an array can hold multiple values of the same data type at a time. But in the case of list data structure, it can hold multiple values of both the same data type and also different data types.

The Python also provides a variety of built-in methods which can be used with list data.


Read more about Lists


The Python language does not have built-in support for the concept of an array, but it provides the list data structure to implement the concept of an array.


Your ads here