What is the Lambda function?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
One kind of anonymous function is a lambda function. This function accepts a single statement and as many parameters as you like.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
One kind of anonymous function is a lambda function. This function accepts a single statement and as many parameters as you like.
| Is This Answer Correct ? | 0 Yes | 0 No |
One kind of anonymous function is a lambda function. This function accepts a single statement and as many parameters as you like.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few methods for matching and searching the occurrences of a pattern in a given text string?
What's a negative index?
Explain split(), sub(), subn() methods of “re” module in python.
What is lambda function in python?
Write a program to check whether the object is of a class or its subclass.
How do you calculate percentiles with python/ numpy?
What is the best python ide for beginners?
How are arguments passed - by reference or by value?
What is the difference between range and arange in python?
Explain about odbc and python?
What is the use of join() for a string rather than list or tuple method?
How do you reverse the string in python?