Question: Given a list defined as numbers = `[1,2,3,4]`, what is the value of `numbers[-2]`?

  1. 1
  2. 3
  3. 2
  4. An IndexError exception is thrown.

Answer: The correct answer of the above question is Option B:3