Kizspy | Question: 12
(Choose 1 answer)
What is the primary advantage of using lambda functions in Python?
A. They provide a way to create small, anonymous functions inline.
B. They are faster than normal functions.
C. They can only take a single argument.
D. They must be used in conjunction with map, filter, or reduce.