Define Anonymous Functions

# Introduction In Python, anonymous functions can be defined using the `lambda` keyword. These functions are also known as lambda functions. In this challenge, we will use the `map()` function along with a lambda function to generate a list of squares of elements in a given list.

|60 : 00

Click the virtual machine below to start practicing