Python Array

A Python Array is a collection of common type of data structures having elements with same data type. Python does not have built-in support for Arrays.

Code :