Math, asked by Surajchaurasiya8721, 1 year ago

`a = array([12, 15, 18, 21])``, how do we access the element ``18``?

Answers

Answered by vershamishra12oycd27
0
a[2] if index start from 0
a[3] if index start from 1
Similar questions