How is a lambda function different from a regular function defined using def in Python? - Study24x7
Social learning Network
05 Apr 2024 10:34 AM study24x7 study24x7

How is a lambda function different from a regular function defined using def in Python?

A

Lambda can only have one expression

B

Lambda can return multiple values

C

Lambda functions are faster

D

Lambda functions can't have arguments

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles