How to create a two-dimensional array using NumPy?

I have comprehended multiple methods that assist me in defining a one-dimensional array using NumPy. Now, I aspire to master methods that help in developing a two-dimensional array. For this purpose, I have found one method that aids me in defining a 2D array. Here is the code below:

Apart from the above method, if you know any other method that provides me the functionality of creating a two-dimensional array, share it with me.