Keyword used to create a Python class

Question:
Which keyword is used to create a class in Python?

  1. class
  2. object
  3. def
  4. struct
Answer:
A - is the correct answer