Find the Last Matching Index

# Introduction In Python, we can use a list comprehension and `enumerate()` to find the index of the last element in a list that satisfies a given condition. This challenge will test your ability to use these tools to solve a problem.

|60 : 00

Click the virtual machine below to start practicing