Computer Science, asked by aspsingh6789, 3 months ago

how can I access numpy(python) plzzz
and don't fill answer space space if don't know let others tell ​

Answers

Answered by CoderRishav
1

Answer:

You have to install NUMPY it's not already installed, you have to write "pip install numpy" in your terminal (powershell, command prompt etc) to install it. and if it's telling pip not recognized as internal or external command then search on YouTube or Google how to fix it and then enjoy your NUMPY.

Answered by kat123
0

Answer:

Access Array Elements

Array indexing is the same as accessing an array element. You can access an array element by referring to its index number. The indexes in NumPy arrays start with 0, meaning that the first element has index 0, and the second has index 1 etc.

Explanation:

i hope it'll help!!

you remember me btw?

Similar questions