How to Create a 2D Array in Python

To create a 2D array in Python, you can use the numpy.array() function to create an array from a list, and also use the numpy.zeros()
1 2 3 4 5 16