Array in python can be created by importing the array module.
An Array is a collection of similar data items.
import array as ar
Array declaration
arrayName = array(typecode, [Initializers])
Example :
import array as ar
myArray = ar.array('i',[1, 2, 3, 4, 5])
For detail watch the video.
To support me please subscribe my channel
https://www.youtube.com/daneyallari
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
#daneyallari #python #pythonByDaneyalLari