What built-in Python data type is best suited for implementing a queue?
dictionary
set
None. You can only build a queue from scratch.
list