Question: What are the contents of `vals` after this code is executed?

  1. [10, 2]
  2. [2, 10]
  3. nil
  4. This code contains an error

Answer: The correct answer of the above question is Option A:[10, 2]