# Write a Python program to create a 1D, 2D, and 3D NumPy array. # Perform basic operations like reshaping, slicing, and indexing.
Write a program that dynamically allocates an array large enough to hold a userdefined number of test scores. Once all the scores are entered, the array should be ...