Question: What built-in Python data type is best suited for implementing a queue?

  1. dictionary
  2. set
  3. None. You can only build a queue from scratch.
  4. list

Answer: The correct answer of the above question is Option D:list