question archive 2x3x5 three-dimensional array called array3 using numpy's arange function with the starting value 0 (inclusive) and up to the ending value 30 (exclusive) and the ndarray's reshape method
Subject:Computer SciencePrice: Bought3
2x3x5 three-dimensional array called array3 using numpy's arange function with the starting value 0 (inclusive) and up to the ending value 30 (exclusive) and the ndarray's reshape method. Print the array array3. Check and print the shape attribute of array3