Array vs List in Python
The array is a vector containing homogeneous elements, i.e same data types. All
the elements are saved in continuous memory location so it has a better
performance to lists in python. One important thing here we have to remember is
that while creating an array we have to import