Arrays: Like other programming languages, Python doesn't have built-in support for Arrays, instead lists are used. But in lists the items stored is not required to be of same data type. Array module is used in order to create and manipulate arrays....