Computer Science, asked by princessy6563, 4 months ago

How will access 5 location of array a?

Answers

Answered by Himanidaga
23

Answer:

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

Similar questions