No attribute as array

i m doing coding on pycharm but when i m using numpy for array.it is giving error as output nd showing that there is no attribue as array in numpy

Hi,
I hope you have installed numpy from you python package manager.
This should work fine:

import numpy as np
arr = np.array([1,2,3])

Otherwise, please make sure, you dont have any numpy,py file in the same directory, otherwise original numpy module will be overwritten by you numpy.py file

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.