How to print NumPy array values?

I have to inspect the contents of my array and verify the results of my computations. For this purpose, I’m using print statement. It is not much efficient for my inspection.

But I have learned that NumPy provides several ways to print array values, such as using the print() function or the NumPy-specific functions. I don’t know how to code these methods. If someone knows and helps me with code examples, I will appreciate it.