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