How to do element wise multiplication in NumPy

How to do element wise multiplication in NumPy

You can do element-wise multiplication in the NumPy with the following code. If you want to learn Python, I highly recommend reading This Book. Output [[ 2 8] [18 32]]