1.

Narrate the difference between Python arrays and lists.

Answer»

Both lists and ARRAYS in Python can STORE the data in the same way.
The difference is-

ArrayList
An array can hold SINGLE data type elements.Lists in Python can hold any type of data ELEMENT.


Discussion

No Comment Found