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