List Comprehensions Using Conditions

Learn how to use a list comprehension with a condition.

Imagine you want to find the square root of every value in a list, but you want to ignore any negative values so that they don’t even appear in the output list. Here is how you might do it with a loop:

Get hands-on with 1200+ tech skills courses.