Sollicitatievraag bij Tata Consultancy Services

what is the difference between an array and a list in python?

Antwoord op sollicitatievraag

Anoniem

18 jan 2021

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.