`a = array([12, 15, 18, 21])``, how do we access the element ``18``?
Answers
Answered by
0
a[2] if index start from 0
a[3] if index start from 1
a[3] if index start from 1
Similar questions
Math,
8 months ago
Computer Science,
8 months ago
CBSE BOARD XII,
1 year ago
English,
1 year ago
Science,
1 year ago