Use of Map and Filter

# Introduction In Python, the `map()` and `filter()` functions are powerful tools for manipulating lists. By using these functions, you can easily transform and filter the elements of a list. In this challenge, we will show you how to use `map()` and `filter()` to create a new list containing the squares of even numbers in a given list.

|60 : 00

Click the virtual machine below to start practicing