Computer Science, asked by atulankit21, 4 months ago

wap using lambda function with map function to create a dictionary of odd and even

Answers

Answered by Anantasingh123
1

Answer:

Tesco has 4ertt5663wsdffer4 and yrs in one 3rrttyyyyyyyyyrrdxgy7ioitxv-#:€$_- ह्त्त्य778जyyuiiigy 433wsdcvbu6

Answered by akaish965
0

Answer:

In Python, an anonymous function means that a function is without a name. As we already know that the def keyword is used to define a normal function in Python. Similarly, the lambda keyword is used to define an anonymous function in Python. It has the following syntax:

Syntax: lambda arguments: expression

This function can have any number of arguments but only one expression, which is evaluated and returned.

One is free to use lambda functions wherever function objects are required.

You need to keep in your knowledge that lambda functions are syntactically restricted to a single expression.

It has various uses in particular fields of programming besides other types of expressions in functions.

Explanation:

it is helpful

Similar questions