Build a Grid

Create a 2D array with shape (4, 5) containing the values 0 to 19 using np.arange() and reshape().
Python
Setting up Python environment...
Output