Concept Flow - np.newaxis for adding dimensions
Start with 1D array
Use np.newaxis to add axis
Array shape changes
New dimension added
Result: Higher dimensional array
Start with a 1D array, apply np.newaxis to add a new dimension, resulting in a higher dimensional array.