Reshape to 2D

Reshape the 1D array arr into a 2D array with shape (3, 4).
Python
Setting up Python environment...
Output