Python Array

During programing sometimes need similar type of multiple variables, you may do this by creating multiple similar type of variables. Now think of 200 variables, is it possible to create? Quite an impossible right? To solve this type of problem you can create special type of variable called Array. An array can store similar type collections of data in a single variable. In this Python tutorial you learn about Array.


Objectives

  • Create and assign value in Array

  • Access the elements of an Array

  • List of Array methods with examples


Create and assign value in Python Array


Access the elements of the Python Array


List of Python Array methods with examples


Python Array video tutorial