Q. Which keyword is used to create a class in Python?
β
Correct Answer: (A)
class
Explanation: The `class` keyword is used to define a new class in Python.