Q. Which decorator is used to create a class method?
β
Correct Answer: (A)
@classmethod
Explanation: The `@classmethod` decorator defines a method that takes `cls` as the first argument.