Manipulating Numpy Arrays

Write a program to provide the following tasks for a 1-D NumPy array: Create and print a one-dimensional (1-D) with 20 numerical itemsPrint the dimension of the arrayPrint the array value for index equal 10Slice and print the array between 5 and 15 indexes. Include...