Test if every list element is falsy

# Introduction In Python, we can use the `all()` function to check if all elements in a list are truthy. But what if we want to check if every element in a list is falsy? In this challenge, you will need to create a function that checks if every element in a list is falsy.

|60 : 00

Click the virtual machine below to start practicing