Q. Which of the following is used to define anonymous functions in Python?
β
Correct Answer: (A)
lambda
Explanation: `lambda` defines anonymous functions.