Q. Which of the following is a Python reserved keyword?
β
Correct Answer: (C)
lambda
Explanation: Python does not have switch or goto. 'lambda' is a reserved keyword for anonymous functions.