Q. Which keyword is used to define a class?
β
Correct Answer: (C)
class
Explanation: `class` is the keyword to define a class in Python.