Question: What is the output of this code? (NumPy has been imported as np.)?

  1. `{0,2}`
  2. `[2]`
  3. `{2}`
  4. `[0,2,0,0]`

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