Why do we still need a for-loop when filtering?

To be able to check the condition for each elementWe don't need a loop when we use a conditional in a list comprehension

To be able to check the condition for each element.