Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13981

Finding first and last index of some value in a list in Python

$
0
0

Is there any built-in methods that are part of lists that would give me the first and last index of some value, like:

verts.IndexOf(12.345)verts.LastIndexOf(12.345)

Viewing all articles
Browse latest Browse all 13981

Trending Articles