Python 3.7: Index() List Method In Python

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I came to learn what index does.
I still dont know what does.

cabbageintheworldoflettuce
Автор

How to print the two dogs by accessing the list

kennethdomingo
Автор

How do I find the index of an object in a nested list?

islandprincess
Автор

Got no idea what your mean in the third list, what is 1, and 5 mean?

yangufkmr
Автор

Okay understood the first list method. However I got lost at a.index("Dog", 1, 5) and it outputted 4. Why is the output 4 when you input a.index("Dog", 1, 5) from the list?

MauriceWilliams