Test if some list elements are truthy

# Introduction In Python, we can use the `any()` function to check if at least one element in a list is `True`. In this challenge, you will need to create a function that takes a list and a function as arguments, and returns `True` if the function returns `True` for at least one element in the list.

|60 : 00

Click the virtual machine below to start practicing