#characteristics of numpy array
import numpy as np
#create an array object
arr=[Link]([[1,2,3],[4,2,5,]])
#printing type of aeeay object
print('array is of type:',type(arr))
#printing type of aeeay dimension
print('no dimension "',[Link])
#shape of the array
print('shape of array is :',[Link])
#print the size of the array
print('the size is',[Link])
#data type of the array
print('the data type is',[Link])