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