Computer Science, asked by vishnupriyasahu07, 3 months ago

Items in a list with five elements will have index from​

Answers

Answered by Tanishabharti
3

List Index. We can use the index operator [] to access an item in a list. In Python, indices start at 0. So, a list having 5 elements will have an index from 0 to 4.

Similar questions