Question: What will be the output of this code?

  1. `[2, 3, 4, 5, 6, 7]`
  2. `[3,5,7,2,4,6]`
  3. `[3, 5, 7, 2, 4, 6]`
  4. `[[2, 4, 6], [3, 5, 7]]`

Answer: The correct answer of the above question is Option E:`[2, 4, 6, 3, 5, 7]`