Numpy | IndexingPython program to demonstrate a need of NumPyMultiplying both lists directly would give an error.Python program to demonstrate the use of NumPy arraysConvert list1 into a NumPy arrayConvert list2 into a NumPy arrayPython program to demonstratethe use of index arrays.Create a sequence of integers from10 to 1 with a step of -2Indexes are specified inside the np.array method.NumPy array with elements from 1 to 9Index values can be negative.Python program for basic slicing.Arrange elements from 0 to 19a[start:stop:step]The : operator means all elements till the end.Python program for basic slicingand indexingA 3-Dimensional arrayslicing and indexing