Q. Which keyword is used to create a class in Python? (A) class (B) struct (C) object (D) define ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) class Explanation: The `class` keyword is used to define a new class in Python.