...print(column)
```
This code will print all of the elements of the array, one element per line.
**2D arrays are often used to store data in a tabular format. They are also useful for representing images and matrices.**
## Hashtags
* #Python
* #array
* #2Darray
* #datastructure
* #Programming