I have VScode and python 3.10.11 installed on my computer and i have installed numpy as well using the pip command in cmd. But i still cannot access numpy in vs code.
I used the pip install numpy command in cmd and the library was installed. i can run it in the python's ide but not in VScode.Update:the above issue is solved but now the code shows no output.enter image description here