Question: What built-in list method would you use to remove items from a list?

  1. `.delete()` method
  2. `pop(my_list)`
  3. `del(my_list)`
  4. `.pop()` method

Answer: The correct answer of the above question is Option D:`.pop()` method