Posts by Thiago Silva • 21 points
1 post
-
2
votes2
answers180
viewsQ: Find values in a list that are equal to the index they are in. How to optimize?
I am learning programming with Python 3.6 and participate in a challenge site. I need to find the smallest number whose value corresponds to its index in a list. If the list contains only one…