Kizspy | Question: 5
(Choose 1 answer)
Which of the following best describes the use of lambda functions when combined with the map function in Python?
A. Lambda functions allow for inline function definitions, making the code more concise.
B. Lambda functions are used to define named functions inside the map function.
C. Lambda functions cannot be used with the map function.
D. Lambda functions make the map function run faster.