Empresa activa
what is the difference between an array and a list in python?
Anónimo
array stores elements or items of same data types in contiguous memory locations whereas List is a heterogeneous data structure having items of different data types.