Question: What will be the output of this code?

  1. `[3,2,3]`
  2. `[1, 2, 3, 1, 2, 3, 1, 2, 3]`
  3. You will get a type error.
  4. `[3,6,9]`

Answer: The correct answer of the above question is Option B:`[1, 2, 3, 1, 2, 3, 1, 2, 3]`