Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the lambda function?
Home
Python
What is the lambda function?
0
votes
asked
Oct 14, 2021
in
Python
by
rajeshsharma
(
23.1k
points)
What is the lambda function?
lambda-function
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 14, 2021
by
rajeshsharma
(
23.1k
points)
An anonymous function is known as a lambda function. This function can have only one statement but can have any number of parameters.
a = lambda x,y : x+y
print(a(5, 6))
Related questions
+1
vote
What do you understand by lambda function? Create a lambda function
asked
Feb 14, 2021
in
Python
by
SakshiSharma
(
30.8k
points)
lambda-function
python-lambda-function
python
Python-questions-answers
0
votes
What is a lambda function in Python?
asked
Oct 27, 2022
in
Python
by
SakshiSharma
(
30.8k
points)
lambda-function
0
votes
What are the Lambda Function's primary characteristics?
asked
Mar 1
in
JAVA
by
sharadyadav1986
(
30.4k
points)
lambda-function
+1
vote
What are Lambda Functions in Python?
asked
Sep 26, 2022
in
Machine Learning
by
Robin
(
13.0k
points)
lambda-function
python
0
votes
python lambda function
asked
Dec 14, 2019
in
Python
by
sheetalkhandelwal
(
1.6k
points)
#python-function
Python-questions-answers
0
votes
Why lambda forms in python does not have statements?
asked
Dec 31, 2020
in
Python
by
SakshiSharma
(
30.8k
points)
#lambda-forms
#lambda-statements
Python-questions-answers
0
votes
What is lambda in Python?
asked
Dec 31, 2020
in
Python
by
SakshiSharma
(
30.8k
points)
#lambda-python
Python-questions-answers
0
votes
Can you please help to clarify what are the important contrasts between the lambda and def?
asked
Aug 29, 2020
in
Python
by
Robindeniel
(
19.8k
points)
#python-lambda-vs-def
Python-questions-answers
0
votes
What is lambda? Why do lambda forms not have statements?
asked
Jun 12, 2020
in
Python
by
Robindeniel
(
19.8k
points)
#python-lambda-function
Python-questions-answers
0
votes
Define the term lambda?
asked
May 17, 2020
in
Python
by
SakshiSharma
(
30.8k
points)
#python-lambda
Python-questions-answers
...