Q. Which Python keyword is used to create a class?
β
Correct Answer: (B)
class
Explanation: In Python, the 'class' keyword is used to define a class.