Find the Last Matching Value

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

|60 : 00

Click the virtual machine below to start practicing