Q. Which of the following is used to create a static method?
β
Correct Answer: (A)
@staticmethod
Explanation: The `@staticmethod` decorator is used to define a static method in a class.