Question: What is the correct way to begin a class called "Rainbow" in Python?

  1. Rainbow {}
  2. export Rainbow:
  3. class Rainbow:
  4. def Rainbow:

Answer: The correct answer of the above question is Option C:class Rainbow: