issues
search
brennerm
/
PyTricks
Collection of less popular features and tricks for the Python programming language
MIT License
3.07k
stars
502
forks
source link
Find Index of Min or Max value
#41
Closed
st0le
closed
9 years ago
st0le
commented
9 years ago
Use min() and max() to find the index of the element.
brennerm
commented
9 years ago
Thanks!
Use min() and max() to find the index of the element.