You have already completed these exercises!
Do you want to take them again?
You completed the NUMPY Creating Arrays Exercises from W3Schools.com
Share on:
Consider the following array:arr = np.array([[1, 2, 3], [4, 5, 6]])How many dimensions does it have?
arr = np.array([[1, 2, 3], [4, 5, 6]])