Use of map and lambda function

A lambda expression is a way of creating a little function inline without all the syntax of a def.
Syntax: lambda arguments: expression

a map function to use passes the multiple lists
syntax:map(function_object, iterable1, iterable2,…)

4 Likes

@mayurpuranik9

Correct Explaination.

correct explanation, keep it up…