Q. Which of the following is used to create a new class? (A) new class (B) def class (C) class (D) make class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) class Explanation: `class` is the keyword used to define a new class.