28/03/2023
π¨βπ» Check out these two ways to extract even numbers from a list in Python! π
The first one uses an empty list and a for loop with an if statement. The second one is a one-liner using a list comprehension. π₯